chore: refactor
This commit is contained in:
parent
3281960408
commit
9ff256061a
12 changed files with 32 additions and 618 deletions
9
nixos/common/users/sajenim/xmonad/default.nix
Normal file
9
nixos/common/users/sajenim/xmonad/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
environment = {
|
||||
systemPackages = [inputs.xmonad-config.packages.${pkgs.system}.default];
|
||||
};
|
||||
}
|
|
@ -6,6 +6,7 @@
|
|||
# Our user configuration and optional user units
|
||||
../common/users/sajenim
|
||||
../common/users/sajenim/steam
|
||||
../common/users/sajenim/xmonad
|
||||
|
||||
# Optional components
|
||||
../common/optional/yubikey.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue