feat(hyprland): init

This commit is contained in:
Kat Inskip 2024-03-07 17:05:22 -08:00
parent 8872b78a07
commit 8820db6792
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
23 changed files with 957 additions and 18 deletions

View file

@ -12,7 +12,8 @@ _: let
laptop
])
++ (with tree.nixos.environments; [
kde
#kde
hyprland
]);
home-manager.users.kat.imports =
@ -21,12 +22,16 @@ _: let
devops
])
++ (with tree.home.environments; [
kde
#kde
hyprland
]);
environment.systemPackages = with pkgs; [
parsec-bin
];
programs.adb.enable = true;
users.users.kat.extraGroups = ["adbusers"];
fileSystems = {
"/" = {