[NixOS] Add desktop.nix to nixcomp

This commit is contained in:
Ivan Malison 2023-06-28 22:29:22 -06:00
parent 2fc63927f7
commit 13308ce99a
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3,6 +3,7 @@
imports = [ imports = [
../base.nix ../base.nix
../essential-no-arm.nix ../essential-no-arm.nix
../desktop.nix
]; ];
networking.hostName = "nixquick"; networking.hostName = "nixquick";