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+quotedbl".action = move-column-to-workspace 3;
|
||||||
"Mod+Shift+apostrophe".action = move-column-to-workspace 4;
|
"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 = {
|
programs.eww = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configDir = ./eww;
|
configDir = ./eww;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".local/share/backgrounds/default.png" = {
|
|
||||||
enable = true;
|
|
||||||
source = ./background.png;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
home.stateVersion = "24.05";
|
home.stateVersion = "24.05";
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
swaybg
|
|
||||||
catimg
|
catimg
|
||||||
virt-manager
|
virt-manager
|
||||||
unzip
|
unzip
|
||||||
|
@ -156,7 +155,6 @@
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
pull.rebase = false;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -404,6 +402,7 @@
|
||||||
spawn-at-startup = [
|
spawn-at-startup = [
|
||||||
{ command = [ "eww" "daemon" ]; }
|
{ command = [ "eww" "daemon" ]; }
|
||||||
{ command = [ "eww" "open" "dock" ]; }
|
{ command = [ "eww" "open" "dock" ]; }
|
||||||
|
{ command = [ "swayosd-server" ]; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
12
flake.lock
12
flake.lock
|
@ -111,11 +111,11 @@
|
||||||
"xwayland-satellite-unstable": "xwayland-satellite-unstable"
|
"xwayland-satellite-unstable": "xwayland-satellite-unstable"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1731077178,
|
"lastModified": 1731051923,
|
||||||
"narHash": "sha256-ayB01Zz1qkV4IBqB597TIeYYsU2MBIzLDO13UmHdGWo=",
|
"narHash": "sha256-mmNEVHFMNNeP1v+1UTKYhqfScxIakZKTMCNPMl/llUI=",
|
||||||
"owner": "sodiboo",
|
"owner": "sodiboo",
|
||||||
"repo": "niri-flake",
|
"repo": "niri-flake",
|
||||||
"rev": "57d86eb5cc2c22dba5d97e3622ada05488c7d0a0",
|
"rev": "bd4756553576d115f145e41f70076acbe93af142",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -144,11 +144,11 @@
|
||||||
"niri-unstable": {
|
"niri-unstable": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1731072306,
|
"lastModified": 1731048223,
|
||||||
"narHash": "sha256-jBbeNVgirzpj7lD5bYQSGJJMirU4Uw0lRPaPCHSst7Y=",
|
"narHash": "sha256-QUt3QiHwHAkEiKLC0vxLIKYpriSROcyU770AMb021ts=",
|
||||||
"owner": "YaLTeR",
|
"owner": "YaLTeR",
|
||||||
"repo": "niri",
|
"repo": "niri",
|
||||||
"rev": "c0829087da6c38e693e47a8b961f7d4aaa15a91e",
|
"rev": "b6f6d6a7c24731fb8f03e797ade7805b76c334c6",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in a new issue