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

@ -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;
};