basic sway
This commit is contained in:
parent
5f4da82057
commit
235b382535
5 changed files with 133 additions and 1 deletions
|
|
@ -56,13 +56,16 @@
|
|||
|
||||
stylix = {
|
||||
enable = true;
|
||||
autoEnable = true;
|
||||
polarity = "light";
|
||||
image = ./wallpaper.png;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/brushtrees.yaml";
|
||||
opacity = {
|
||||
terminal = .85;
|
||||
popups = .75;
|
||||
desktop = .75;
|
||||
};
|
||||
|
||||
cursor = {
|
||||
package = pkgs.adwaita-icon-theme;
|
||||
name = "Adwaita";
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
imports = [
|
||||
../home/home_common.nix
|
||||
../home/gnome.nix
|
||||
../home/sway.nix
|
||||
];
|
||||
|
||||
stylix.enable = true;
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
|
@ -46,4 +46,9 @@
|
|||
defaultEditor = true;
|
||||
};
|
||||
};
|
||||
stylix = {
|
||||
enable = true;
|
||||
autoEnable = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue