setup sway vm
This commit is contained in:
parent
e67707b0f0
commit
35fa5b6bda
10 changed files with 118 additions and 111 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue