aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-02-24 13:00:54 -0500
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-02-24 13:00:54 -0500
commitcfa595c7264a3618759d8382de0996017c558e26 (patch)
treea1cfcaa716330734cc6b1be59dd0b668e446f057 /home.nix
parentc867dd3ea21816e69de08088385d0d9246433765 (diff)
downloadhome-cfa595c7264a3618759d8382de0996017c558e26.tar.gz
stuff and things...
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;
};
}