diff options
Diffstat (limited to 'hosts/by-name/apzu/configuration.nix')
-rw-r--r-- | hosts/by-name/apzu/configuration.nix | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/hosts/by-name/apzu/configuration.nix b/hosts/by-name/apzu/configuration.nix index 4464011e..6fc917d3 100644 --- a/hosts/by-name/apzu/configuration.nix +++ b/hosts/by-name/apzu/configuration.nix @@ -7,12 +7,7 @@ # # You should have received a copy of the License along with this program. # If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>. -{ - lib, - pkgs, - baseLib, - ... -}: { +{...}: { imports = [ ./hardware.nix ]; @@ -25,17 +20,11 @@ enable = true; }; - # TODO: Hard-code all the uids/gids <2025-05-13> impermanence.directories = [ - "/var/lib/nixos" "/var/log" ]; programs = { - yambar = { - laptop = true; - backlight = "intel_backlight"; - }; river.init = { mappings = { layout = "dvorak-modified"; |