diff --git a/configuration.nix b/configuration.nix index 375447f..3b312ca 100644 --- a/configuration.nix +++ b/configuration.nix @@ -51,14 +51,6 @@ roboto noto-fonts ]; - - services.udev.packages = with pkgs; [ gnome.gnome-settings-daemon ]; - # This value determines the NixOS release from which the default - # settings for stateful data, like file locations and database versions - # on your system were taken. It‘s perfectly fine and recommended to leave - # this value at the release version of the first install of this system. - # Before changing this value read the documentation for this option - # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "23.05"; # Did you read the comment? + system.stateVersion = "23.05"; } diff --git a/desktop-environment.nix b/desktop-environment.nix index fcfcb59..79c670d 100644 --- a/desktop-environment.nix +++ b/desktop-environment.nix @@ -1,5 +1,4 @@ { config, ... }: - { # Enable the X11 windowing system. services.xserver.enable = true; @@ -16,4 +15,5 @@ services.xserver.libinput.enable = true; + services.udev.packages = with pkgs; [ gnome.gnome-settings-daemon ]; } \ No newline at end of file diff --git a/users.nix b/users.nix index 3c4b00f..fd8c1ae 100644 --- a/users.nix +++ b/users.nix @@ -7,4 +7,4 @@ description = "Shaquille Soekhlal"; extraGroups = [ "networkmanager" "wheel" ]; }; - } \ No newline at end of file +} \ No newline at end of file