mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +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
|
||||
systemConfiguration = attributes: attributes;
|
||||
|
||||
systemPackages = packages: systemConfiguration {
|
||||
systemPackages = packages: {
|
||||
environment.systemPackages = packages;
|
||||
};
|
||||
|
||||
systemFonts = fonts: systemConfiguration {
|
||||
systemFonts = fonts: {
|
||||
fonts.fonts = fonts;
|
||||
};
|
||||
|
||||
# HOME
|
||||
homeConfiguration = userName: attributes: systemConfiguration {
|
||||
homeConfiguration = userName: attributes: {
|
||||
home-manager.users.${userName} = attributes;
|
||||
};
|
||||
|
||||
homePackages = userName: packages: homeConfiguration userName {
|
||||
home.packages = packages;
|
||||
homePackages = userName: packages: {
|
||||
home-manager.users.${userName}.home.packages = packages;
|
||||
};
|
||||
|
||||
# GENERAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue