moved desktop to system instead of home scope

This commit is contained in:
twoneis 2023-11-13 18:22:16 +01:00
parent 18186be804
commit 4c562fc8c0
6 changed files with 8 additions and 6 deletions

View file

@ -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" ];