moved desktop to system instead of home scope
This commit is contained in:
parent
18186be804
commit
4c562fc8c0
6 changed files with 8 additions and 6 deletions
|
@ -3,6 +3,10 @@
|
|||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
|
||||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
../gnome
|
||||
];
|
||||
|
||||
# Enable nix flakes
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue