aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix19
1 files changed, 15 insertions, 4 deletions
diff --git a/home.nix b/home.nix
index fc54d2a..1638e65 100644
--- a/home.nix
+++ b/home.nix
@@ -8,15 +8,26 @@
config.modules = {
global = {
notNixOS = true;
+ wayland = true;
+
+ extraPackages = with pkgs; [
+ mako
+ wmenu
+ cmatrix
+ ];
};
- foot.enable = true;
+ foot.enable = true;
neovim = {
enable = true;
};
-# sway = {
-# enable = true;
-# };
+
+ sway = {
+ enable = true;
+ terminal = "foot";
+ };
+
+ mako.enable = true;
};
}