setup sway vm

This commit is contained in:
tristan 2024-01-06 22:35:25 +00:00
parent e67707b0f0
commit 35fa5b6bda
10 changed files with 118 additions and 111 deletions

View file

@ -1,6 +1,7 @@
{
config,
pkgs,
lib,
...
}:
# https://nix-community.github.io/home-manager/options.xhtml
@ -14,13 +15,15 @@
./modules/menu.nix
./modules/scripts.nix
./programs/hyprland.nix
./programs/graphical.nix
./programs/scripts.nix
./programs/neovim/.
./programs/git.nix
./programs/lf/.
./programs/shell.nix
{
options.windowManager.modifierKey = lib.mkOption {default = "SUPER";};
}
];
roles.mpd.enable = true;