Compare commits
No commits in common. "695a2c6f47620672c9a0b9f27c5e6a9b1427c9c6" and "d182f37da1ae24187ae6b3362f763eae3fcb4cb4" have entirely different histories.
695a2c6f47
...
d182f37da1
4 changed files with 7 additions and 22 deletions
Binary file not shown.
Before Width: | Height: | Size: 6 MiB |
|
@ -37,24 +37,10 @@
|
|||
"Mod+Shift+quotedbl".action = move-column-to-workspace 3;
|
||||
"Mod+Shift+apostrophe".action = move-column-to-workspace 4;
|
||||
};
|
||||
spawn-at-startup = [{
|
||||
command = [
|
||||
"swaybg"
|
||||
"-i"
|
||||
"/home/ahurac/.local/share/backgrounds/default.png"
|
||||
"-m"
|
||||
"fill"
|
||||
];
|
||||
}];
|
||||
};
|
||||
|
||||
programs.eww = {
|
||||
enable = true;
|
||||
configDir = ./eww;
|
||||
};
|
||||
|
||||
home.file.".local/share/backgrounds/default.png" = {
|
||||
enable = true;
|
||||
source = ./background.png;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
home.stateVersion = "24.05";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
swaybg
|
||||
catimg
|
||||
virt-manager
|
||||
unzip
|
||||
|
@ -156,7 +155,6 @@
|
|||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
push.autoSetupRemote = true;
|
||||
pull.rebase = false;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -404,6 +402,7 @@
|
|||
spawn-at-startup = [
|
||||
{ command = [ "eww" "daemon" ]; }
|
||||
{ command = [ "eww" "open" "dock" ]; }
|
||||
{ command = [ "swayosd-server" ]; }
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
12
flake.lock
12
flake.lock
|
@ -111,11 +111,11 @@
|
|||
"xwayland-satellite-unstable": "xwayland-satellite-unstable"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1731077178,
|
||||
"narHash": "sha256-ayB01Zz1qkV4IBqB597TIeYYsU2MBIzLDO13UmHdGWo=",
|
||||
"lastModified": 1731051923,
|
||||
"narHash": "sha256-mmNEVHFMNNeP1v+1UTKYhqfScxIakZKTMCNPMl/llUI=",
|
||||
"owner": "sodiboo",
|
||||
"repo": "niri-flake",
|
||||
"rev": "57d86eb5cc2c22dba5d97e3622ada05488c7d0a0",
|
||||
"rev": "bd4756553576d115f145e41f70076acbe93af142",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -144,11 +144,11 @@
|
|||
"niri-unstable": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1731072306,
|
||||
"narHash": "sha256-jBbeNVgirzpj7lD5bYQSGJJMirU4Uw0lRPaPCHSst7Y=",
|
||||
"lastModified": 1731048223,
|
||||
"narHash": "sha256-QUt3QiHwHAkEiKLC0vxLIKYpriSROcyU770AMb021ts=",
|
||||
"owner": "YaLTeR",
|
||||
"repo": "niri",
|
||||
"rev": "c0829087da6c38e693e47a8b961f7d4aaa15a91e",
|
||||
"rev": "b6f6d6a7c24731fb8f03e797ade7805b76c334c6",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
Loading…
Reference in a new issue