Compare commits
5 commits
d182f37da1
...
695a2c6f47
Author | SHA1 | Date | |
---|---|---|---|
695a2c6f47 | |||
4500a33c68 | |||
a8509d9d83 | |||
2092a6fceb | |||
8de795df52 |
4 changed files with 22 additions and 7 deletions
BIN
ahrc-laptop/background.png
Normal file
BIN
ahrc-laptop/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6 MiB |
|
@ -37,10 +37,24 @@
|
|||
"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,6 +7,7 @@
|
|||
home.stateVersion = "24.05";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
swaybg
|
||||
catimg
|
||||
virt-manager
|
||||
unzip
|
||||
|
@ -155,6 +156,7 @@
|
|||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
push.autoSetupRemote = true;
|
||||
pull.rebase = false;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -402,7 +404,6 @@
|
|||
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": 1731051923,
|
||||
"narHash": "sha256-mmNEVHFMNNeP1v+1UTKYhqfScxIakZKTMCNPMl/llUI=",
|
||||
"lastModified": 1731077178,
|
||||
"narHash": "sha256-ayB01Zz1qkV4IBqB597TIeYYsU2MBIzLDO13UmHdGWo=",
|
||||
"owner": "sodiboo",
|
||||
"repo": "niri-flake",
|
||||
"rev": "bd4756553576d115f145e41f70076acbe93af142",
|
||||
"rev": "57d86eb5cc2c22dba5d97e3622ada05488c7d0a0",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -144,11 +144,11 @@
|
|||
"niri-unstable": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1731048223,
|
||||
"narHash": "sha256-QUt3QiHwHAkEiKLC0vxLIKYpriSROcyU770AMb021ts=",
|
||||
"lastModified": 1731072306,
|
||||
"narHash": "sha256-jBbeNVgirzpj7lD5bYQSGJJMirU4Uw0lRPaPCHSst7Y=",
|
||||
"owner": "YaLTeR",
|
||||
"repo": "niri",
|
||||
"rev": "b6f6d6a7c24731fb8f03e797ade7805b76c334c6",
|
||||
"rev": "c0829087da6c38e693e47a8b961f7d4aaa15a91e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
Loading…
Reference in a new issue