some stuff

This commit is contained in:
Alexander Szczepanski
2021-12-19 19:23:41 +01:00
parent 212a863956
commit e5afe66c08
9 changed files with 30 additions and 18 deletions

View File

@ -9,10 +9,6 @@
".local/share/Trash"
"Games/guild-wars-second/drive_c/Program Files/Guild Wars/Gw.dat"
"Games/guild-wars/drive_c/Program Files/Guild Wars/Gw.dat"
"Kamera"
"Nextcloud"
"shared"
"Sync"
"Workspace"
];
}

View File

@ -7,12 +7,13 @@ in
services = {
blueman.enable = true;
accounts-daemon.enable = pkgs.lib.mkForce false;
xserver = {
enable = true;
displayManager = {
lightdm = {
enable = true;
background = pkgs.nixos-artwork.wallpapers.nineish-dark-gray.gnomeFilePath;
background = ../wallpaper.jpg;
greeters.gtk.theme = {
name = "Adwaita-dark";
};

View File

@ -8,6 +8,8 @@ let
};
in
{
nixpkgs.config.allowUnfree = true;
networking = {
firewall.enable = false;
networkmanager = {
@ -41,7 +43,7 @@ in
chromium = {
enable = true;
extensions = [
"cbnipbdpgcncaghphljjicfgmkonflee" # Axel Springer Blocker
# "cbnipbdpgcncaghphljjicfgmkonflee" # Axel Springer Blocker
"cjpalhdlnbpafiamejdnhcphjbkeiagm" # uBlock Origin
"mnjggcdmjocbbbhaepdhchncahnbgone" # SponsorBlock for YouTube
"oboonakemofpalcgghocfoadofidjkkk" # KeePassXC-Browser
@ -83,7 +85,7 @@ in
fonts = with pkgs; [
# (nerdfonts.override { fonts = [ "Liberation" ]; })
nerdfonts
# corefonts
corefonts
google-fonts
liberation_ttf
noto-fonts

View File

@ -30,6 +30,8 @@ in
ponymix #rofi-default
mullvad-vpn
dracula-theme
deadbeef
grsync
];
};

View File

@ -58,6 +58,10 @@ in
executable = true;
source = ../home/bin/git-redate;
};
".bin/backup-to-stick" = {
executable = true;
source = ../home/bin/backup-to-stick;
};
};
};