add hyprland and scripts

This commit is contained in:
tristan 2023-04-14 16:36:53 +01:00
parent 83ed8e6997
commit d54d6c376c
6 changed files with 199 additions and 7 deletions

View file

@ -28,7 +28,7 @@
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.tristan = {
imports = [ ./users/tristan/home.nix ];
imports = [ ./home.nix ];
};
}
];