feat: introduce flake var to shorten nh commands
This commit is contained in:
parent
4fc96a3a59
commit
793491e2a1
2 changed files with 6 additions and 1 deletions
|
@ -17,7 +17,10 @@
|
|||
./hardware-configuration.nix
|
||||
#./ags.nix
|
||||
];
|
||||
environment.variables = {GDK_SCALE = config.displayScale;};
|
||||
environment.variables = {
|
||||
GDK_SCALE = config.displayScale;
|
||||
FLAKE = config.myConfigLocation;
|
||||
};
|
||||
security.pam.services.hyprlock = {};
|
||||
i18n.inputMethod = {
|
||||
enabled = "fcitx5";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue