diff --git a/hosts/zedd/configuration.nix b/hosts/zedd/configuration.nix index 091ca57..11aeae7 100644 --- a/hosts/zedd/configuration.nix +++ b/hosts/zedd/configuration.nix @@ -3,11 +3,6 @@ # Enable OpenGL # Load nvidia driver for Xorg and Wayland environment.pathsToLink = [ "/libexec" ]; - imports = - [ - # Include the results of the hardware scan. - ./hardware-configuration.nix - ]; # Bootloader. boot.loader.systemd-boot.enable = true; @@ -31,9 +26,9 @@ enable = true; xdgOpenUsePortal = true; config = { - i3 = { + common = { default = [ - "gtk" + "*" ]; }; }; diff --git a/system/users.nix b/system/users.nix index 8ef33fd..498190c 100644 --- a/system/users.nix +++ b/system/users.nix @@ -8,7 +8,6 @@ description = "Martin"; extraGroups = [ "networkmanager" "wheel" "docker" ]; packages = with pkgs; [ - firefox alacritty mumble zoom diff --git a/user/default.nix b/user/default.nix index 88daf15..79e5611 100644 --- a/user/default.nix +++ b/user/default.nix @@ -22,8 +22,10 @@ ./services/ssh-office.nix ./services/gnome-keyring.nix ]; - firefox.enable = true; +# firefox.enable = true; tmux.enable = true; + firefox.enable = true; + xdg.enable = true; home = { username = "${user}"; homeDirectory = "/home/${user}";