This commit is contained in:
parent
b6b1b3a1fe
commit
90d41328c1
4 changed files with 22 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -186,11 +186,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1740813707,
|
"lastModified": 1742231203,
|
||||||
"narHash": "sha256-68aj7BGtwU3lTDupA1pvVrOxOswqIvnXWRCHkJyBSvk=",
|
"narHash": "sha256-pnYUjLfx61IKmg9+So8BdSkZCjb69ynpLlKqy7ba9s0=",
|
||||||
"owner": "nydragon",
|
"owner": "nydragon",
|
||||||
"repo": "hjem-rum",
|
"repo": "hjem-rum",
|
||||||
"rev": "04a953ecd7ce494f7528bede04d5705f119319c8",
|
"rev": "7cd095c4064072c603bc3b02eaa33d11735c1cf4",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -12,7 +12,10 @@ in
|
||||||
hjem = {
|
hjem = {
|
||||||
users.${username} = {
|
users.${username} = {
|
||||||
enable = true;
|
enable = true;
|
||||||
imports = [ ./programs ];
|
imports = [
|
||||||
|
./programs
|
||||||
|
./misc
|
||||||
|
];
|
||||||
};
|
};
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
libmy = lib.my;
|
libmy = lib.my;
|
||||||
|
|
3
users/ny/misc/default.nix
Normal file
3
users/ny/misc/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
imports = [ ./gtk.nix ];
|
||||||
|
}
|
12
users/ny/misc/gtk.nix
Normal file
12
users/ny/misc/gtk.nix
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
rum.gtk = {
|
||||||
|
enable = true;
|
||||||
|
bookmarks = [
|
||||||
|
"file:///home/ny/Documents Documents"
|
||||||
|
"file:///home/ny/Music Music"
|
||||||
|
"file:///home/ny/Pictures Pictures"
|
||||||
|
"file:///home/ny/Videos Videos"
|
||||||
|
"file:///home/ny/Downloads Downloads"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue