mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 16:10:45 +01:00
refactor: put users in separate file
This commit is contained in:
parent
132956970f
commit
af074f2756
3 changed files with 26 additions and 21 deletions
20
users.nix
Normal file
20
users.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
catppuccin,
|
||||
discord-applemusic-rich-presence,
|
||||
...
|
||||
}: {
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
|
||||
extraSpecialArgs = {
|
||||
ctpModule = catppuccin.homeManagerModules.catppuccin;
|
||||
discord-applemusic-rich-presence = discord-applemusic-rich-presence.homeManagerModules.default;
|
||||
};
|
||||
users.ryanccn = import ./home.nix;
|
||||
};
|
||||
|
||||
users.users.ryanccn = {
|
||||
home = "/Users/ryanccn";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue