Switch to Hyprland & them with Catppuccin

This commit is contained in:
Gene Liverman 2023-09-14 21:41:46 -04:00
parent 41bf9dc9fa
commit f9836386b3
4 changed files with 84 additions and 22 deletions

View file

@ -35,6 +35,7 @@
system = "x86_64-linux";
modules = [
./modules/nixos
home-manager.nixosModules.home-manager
{
home-manager = {
@ -42,6 +43,7 @@
useUserPackages = true;
users.${user}.imports = [
./modules/home-manager
./modules/home-manager/nixos.nix
./modules/nixos/dconf.nix
];
extraSpecialArgs = { inherit genebean-omp-themes; };