feat(users/malte,users/deck): bookmarks to Gim's data
This commit is contained in:
parent
a00cf72868
commit
3c7a17d4ba
|
@ -54,6 +54,11 @@ in {
|
|||
enable = true;
|
||||
};
|
||||
|
||||
gtk.gtk3.bookmarks = [
|
||||
"sftp://games@dataship.tail6cfa3.ts.net:2022 TheGim-Games"
|
||||
"sftp://malte@dataship.tail6cfa3.ts.net:2022 TheGim-Data"
|
||||
];
|
||||
|
||||
# Configure restic backups
|
||||
# services.restic = {
|
||||
# enable = true;
|
||||
|
|
|
@ -17,6 +17,13 @@ in {
|
|||
package = pkgs.pop-icon-theme;
|
||||
name = "Pop-Mono-Dark";
|
||||
};
|
||||
|
||||
gtk3.bookmarks = [
|
||||
"file:///home/malte/repos"
|
||||
"file:///home/malte/Uni"
|
||||
"sftp://games@dataship.tail6cfa3.ts.net:2022 TheGim-Games"
|
||||
"sftp://malte@dataship.tail6cfa3.ts.net:2022 TheGim-Data"
|
||||
];
|
||||
};
|
||||
|
||||
services.darkman.lightModeScripts."gtk.sh" = ''
|
||||
|
|
Loading…
Reference in a new issue