Refactoring of variables

This commit is contained in:
FredzyW 2024-04-13 19:41:36 +02:00
parent 222fad61ea
commit 5b430c3ac3
8 changed files with 60 additions and 32 deletions

View file

@ -5,6 +5,7 @@
lib,
config,
pkgs,
myhostname,
...
}: {
# You can import other NixOS modules here
@ -14,7 +15,7 @@
../../config/users.nix
];
networking.hostName = "fw-jobb";
networking.hostName = myhostname;
services.xserver.dpi = 140;