mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02:00
aaaaaq
This commit is contained in:
parent
72060a14be
commit
149985a26b
7 changed files with 37 additions and 11 deletions
|
@ -28,5 +28,6 @@
|
|||
self.inputs.home-manager.nixosModules.home-manager
|
||||
self.inputs.nixos-generators.nixosModules.all-formats
|
||||
self.inputs.sops-nix.nixosModules.sops
|
||||
self.inputs.catppuccin.nixosModules.catppuccin
|
||||
];
|
||||
}
|
||||
|
|
|
@ -85,7 +85,10 @@ in
|
|||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
backupFileExtension = "backup";
|
||||
sharedModules = [ self.outputs.homeManagerModules.default ];
|
||||
sharedModules = [
|
||||
self.outputs.homeManagerModules.default
|
||||
self.inputs.catppuccin.homeManagerModules.catppuccin
|
||||
];
|
||||
};
|
||||
|
||||
systemd.services.nix-daemon.serviceConfig.LimitNOFILE = lib.mkForce 1048576000;
|
||||
|
|
|
@ -78,6 +78,11 @@ in
|
|||
sway.enable = true;
|
||||
firefox.enable = config.jopejoe1.gui.enable;
|
||||
};
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
flavor = "frappe";
|
||||
accent = "mauve";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue