This commit is contained in:
Alexander Szczepanski
2021-10-09 11:08:14 +02:00
parent 0169cad357
commit d0bac72407
8 changed files with 51 additions and 30 deletions

View File

@ -77,6 +77,7 @@ in
nix-tree
nmap
nodejs
parallel
pciutils
ruby
tealdeer

View File

@ -120,10 +120,10 @@
displayManager = {
lightdm = {
enable = true;
background = pkgs.nixos-artwork.wallpapers.nineish-dark-gray.gnomeFilePath;
# background = pkgs.nixos-artwork.wallpapers.nineish-dark-gray.gnomeFilePath;
greeters.gtk.theme = {
package = pkgs.mojave-gtk-theme;
name = "Mojave-dark";
package = pkgs.pantheon.elementary-gtk-theme;
name = "elementary";
};
};
defaultSession = "xsession";

Binary file not shown.

View File

@ -42,6 +42,7 @@ in
wine
winetricks
obs-studio
freecad
];
};
};

View File

@ -53,15 +53,15 @@ in
size = 12;
};
gtk3 = {
bookmarks = [
"file:///home/alex/Downloads"
"file:///home/alex/Nextcloud"
"file:///mnt/second"
"smb://192.168.0.100/storage/"
"file:///home/alex/Workspace"
"file:///home/alex/3D%20Print"
"file:///home/alex/Sync"
];
# bookmarks = [
# "file:///home/alex/Downloads"
# "file:///home/alex/Nextcloud"
# "file:///mnt/second"
# "smb://192.168.0.100/storage/"
# "file:///home/alex/Workspace"
# "file:///home/alex/3D%20Print"
# "file:///home/alex/Sync"
# ];
extraConfig = {
gtk-application-prefer-dark-theme = 1;
};
@ -314,12 +314,6 @@ in
dawnTime = "06:30-07:00";
};
screen-locker = {
enable = true;
enableDetectSleep = true;
inactiveInterval = 30;
lockCmd = "light-locker-command -l";
};
flameshot.enable = true;
};

View File

@ -22,8 +22,6 @@
environment.pathsToLink = [ "/share/zsh" ];
home-manager.users.alex = { pkgs, ... }: {
home = {
enableNixpkgsReleaseCheck = false;
packages = with pkgs; [