diff --git a/configuration.nix b/configuration.nix index 86d87dc..0b61c9a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -85,6 +85,7 @@ in { # hardware.pulseaudio.support32Bit = true; # nixpkgs.config.pulseaudio = true; programs.zsh.enable = true; + programs.dconf.enable = true; # Allow unfree packages nixpkgs.config.allowUnfree = true; @@ -102,8 +103,12 @@ in { neovim docker curl + gsettings-desktop-schemas mlocate + glib links2 + dolphin + gnome.nautilus kitty librewolf fuzzel @@ -114,6 +119,7 @@ in { gnupg dmenu pinentry-gnome + gnome.adwaita-icon-theme wtype cifs-utils waybar diff --git a/home.nix b/home.nix index 46b34a0..0c14043 100644 --- a/home.nix +++ b/home.nix @@ -36,6 +36,9 @@ pkgs.socat pkgs.android-studio pkgs.android-tools + pkgs.steam + pkgs.sidequest + pkgs.openjdk17 ]; home.file = {