Refactoring of variables
This commit is contained in:
parent
222fad61ea
commit
5b430c3ac3
8 changed files with 60 additions and 32 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue