Compare commits
No commits in common. "c7cb38ad3cf312d7d9b17d764c1cf1b66308123a" and "549a4bb8e333c0eceafb745a770e30e145247278" have entirely different histories.
c7cb38ad3c
...
549a4bb8e3
|
@ -23,11 +23,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1657296039,
|
"lastModified": 1657123678,
|
||||||
"narHash": "sha256-Ghh39+aS+pw5sTP/ZO8VIKE6sBhMadDaQZtf+3yu4Vc=",
|
"narHash": "sha256-cowVkScfUPlbBXUp08MeVk/wgm9E1zp1uC+9no2hZYw=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "71d7a4c037dc4f3e98d5c4a81b941933cf5bf675",
|
"rev": "316b762afdb9e142a803f29c49a88b4a47db80ee",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -10,18 +10,11 @@ in
|
||||||
./i3status-rust.nix
|
./i3status-rust.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file = {
|
home.file.workspaces = {
|
||||||
workspaces = {
|
|
||||||
source = ./workspaces;
|
source = ./workspaces;
|
||||||
target = ".config/i3/workspaces";
|
target = ".config/i3/workspaces";
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
wallpapers = {
|
|
||||||
source = ./wallpapers;
|
|
||||||
target = ".config/i3/wallpapers";
|
|
||||||
recursive = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
xsession.windowManager.i3 = {
|
xsession.windowManager.i3 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -90,6 +83,6 @@ in
|
||||||
|
|
||||||
services.screen-locker = {
|
services.screen-locker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
lockCmd = "${pkgs.i3lock}/bin/i3lock --nofork --image ~/.config/i3/wallpapers/nix-wallpaper-dracula.png";
|
lockCmd = "${pkgs.i3lock}/bin/i3lock -n -c 000000";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
Loading…
Reference in New Issue