Sidequest + java + dconf + some other things

This commit is contained in:
vanten-s 2024-05-06 17:01:13 +02:00
parent 8708e7ba04
commit c56df1156f
Signed by: vanten-s
GPG key ID: DE3060396884D3F2
2 changed files with 9 additions and 0 deletions

View file

@ -85,6 +85,7 @@ in {
# hardware.pulseaudio.support32Bit = true; # hardware.pulseaudio.support32Bit = true;
# nixpkgs.config.pulseaudio = true; # nixpkgs.config.pulseaudio = true;
programs.zsh.enable = true; programs.zsh.enable = true;
programs.dconf.enable = true;
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
@ -102,8 +103,12 @@ in {
neovim neovim
docker docker
curl curl
gsettings-desktop-schemas
mlocate mlocate
glib
links2 links2
dolphin
gnome.nautilus
kitty kitty
librewolf librewolf
fuzzel fuzzel
@ -114,6 +119,7 @@ in {
gnupg gnupg
dmenu dmenu
pinentry-gnome pinentry-gnome
gnome.adwaita-icon-theme
wtype wtype
cifs-utils cifs-utils
waybar waybar

View file

@ -36,6 +36,9 @@
pkgs.socat pkgs.socat
pkgs.android-studio pkgs.android-studio
pkgs.android-tools pkgs.android-tools
pkgs.steam
pkgs.sidequest
pkgs.openjdk17
]; ];
home.file = { home.file = {