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
@ -15,7 +16,7 @@
];
security.rtkit.enable = true;
networking.hostName = "nix-desktop";
networking.hostName = myhostname;
services.xserver.dpi = 100;