basic sway

This commit is contained in:
k
2024-09-25 16:37:56 -04:00
parent 5f4da82057
commit 235b382535
5 changed files with 133 additions and 1 deletions

View File

@@ -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;
};
}