move output configuration out of general sway config, change wallpaper
This commit is contained in:
parent
7e02ec035f
commit
e5a3deb9ec
6 changed files with 36 additions and 17 deletions
|
@ -7,10 +7,10 @@
|
|||
enable = true;
|
||||
autoEnable = true;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/mountain.yaml";
|
||||
image = pkgs.fetchurl {
|
||||
url = "https://imgur.com/2HATcuP.png";
|
||||
hash = "sha256-YsSg1nreefSD/Ij44ZrWMkdk6+rJ2YozcFXvCM/EZNM=";
|
||||
};
|
||||
# image = pkgs.fetchurl {
|
||||
# url = "https://imgur.com/2HATcuP.png";
|
||||
# hash = "sha256-YsSg1nreefSD/Ij44ZrWMkdk6+rJ2YozcFXvCM/EZNM=";
|
||||
# };
|
||||
polarity = "dark";
|
||||
cursor = {
|
||||
package = pkgs.apple-cursor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue