Some gpt themes + tex modifications + working hyprpaper
This commit is contained in:
parent
84aaa6f6b9
commit
c9bf24c49b
17 changed files with 206 additions and 27 deletions
hosts/nixos/common
|
@ -12,6 +12,7 @@
|
|||
networks = {
|
||||
"Neptune".psk = "@PHONE_HOTSPOT_PASS@";
|
||||
"Familia-Matei".psk = "@TG_HOME_PASS@";
|
||||
"Familia-Matei-PRO".psk = "@TG_HOME_PASS@";
|
||||
"Sailhorse".psk = "@NL_SAILHORSE_PASS@";
|
||||
|
||||
"FOSDEM-Dualstack" = { };
|
||||
|
@ -33,11 +34,11 @@
|
|||
};
|
||||
|
||||
# Imperative
|
||||
# allowAuxiliaryImperativeNetworks = true;
|
||||
# userControlled = {
|
||||
# enable = true;
|
||||
# group = "network";
|
||||
# };
|
||||
allowAuxiliaryImperativeNetworks = true;
|
||||
userControlled = {
|
||||
enable = true;
|
||||
group = "network";
|
||||
};
|
||||
};
|
||||
|
||||
# Ensure group exists
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"lp" # Printers
|
||||
"audio" # Audio devices
|
||||
"video" # Webcam and the like
|
||||
"network" # for wireless stuff (???)
|
||||
"network" # wpa_supplicant
|
||||
];
|
||||
|
||||
openssh.authorizedKeys.keyFiles =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue