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
|
||||
|
@ -15,7 +16,7 @@
|
|||
];
|
||||
|
||||
security.rtkit.enable = true;
|
||||
networking.hostName = "nix-desktop";
|
||||
networking.hostName = myhostname;
|
||||
|
||||
services.xserver.dpi = 100;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue