mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
adsjfnhuafs hnafdnjh afds
This commit is contained in:
parent
6f0bf969a8
commit
9e33c25834
1 changed files with 5 additions and 5 deletions
10
flake.nix
10
flake.nix
|
@ -54,21 +54,21 @@
|
||||||
# SYSTEM
|
# SYSTEM
|
||||||
systemConfiguration = attributes: attributes;
|
systemConfiguration = attributes: attributes;
|
||||||
|
|
||||||
systemPackages = packages: systemConfiguration {
|
systemPackages = packages: {
|
||||||
environment.systemPackages = packages;
|
environment.systemPackages = packages;
|
||||||
};
|
};
|
||||||
|
|
||||||
systemFonts = fonts: systemConfiguration {
|
systemFonts = fonts: {
|
||||||
fonts.fonts = fonts;
|
fonts.fonts = fonts;
|
||||||
};
|
};
|
||||||
|
|
||||||
# HOME
|
# HOME
|
||||||
homeConfiguration = userName: attributes: systemConfiguration {
|
homeConfiguration = userName: attributes: {
|
||||||
home-manager.users.${userName} = attributes;
|
home-manager.users.${userName} = attributes;
|
||||||
};
|
};
|
||||||
|
|
||||||
homePackages = userName: packages: homeConfiguration userName {
|
homePackages = userName: packages: {
|
||||||
home.packages = packages;
|
home-manager.users.${userName}.home.packages = packages;
|
||||||
};
|
};
|
||||||
|
|
||||||
# GENERAL
|
# GENERAL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue