Compare commits

..

No commits in common. "c7cb38ad3cf312d7d9b17d764c1cf1b66308123a" and "549a4bb8e333c0eceafb745a770e30e145247278" have entirely different histories.

3 changed files with 8 additions and 15 deletions

View File

@ -23,11 +23,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1657296039,
"narHash": "sha256-Ghh39+aS+pw5sTP/ZO8VIKE6sBhMadDaQZtf+3yu4Vc=",
"lastModified": 1657123678,
"narHash": "sha256-cowVkScfUPlbBXUp08MeVk/wgm9E1zp1uC+9no2hZYw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "71d7a4c037dc4f3e98d5c4a81b941933cf5bf675",
"rev": "316b762afdb9e142a803f29c49a88b4a47db80ee",
"type": "github"
},
"original": {

View File

@ -10,18 +10,11 @@ in
./i3status-rust.nix
];
home.file = {
workspaces = {
home.file.workspaces = {
source = ./workspaces;
target = ".config/i3/workspaces";
recursive = true;
};
wallpapers = {
source = ./wallpapers;
target = ".config/i3/wallpapers";
recursive = true;
};
};
xsession.windowManager.i3 = {
enable = true;
@ -90,6 +83,6 @@ in
services.screen-locker = {
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