This commit is contained in:
Lorenz Hohermuth 2024-10-03 10:34:20 +02:00
parent fe837c7695
commit 97e462bea0
2 changed files with 18 additions and 0 deletions

View File

@ -53,6 +53,8 @@
windowManager.i3 = { windowManager.i3 = {
enable = true; enable = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
rofi-calc
rofimoji
rofi rofi
polybar polybar
polybar-pulseaudio-control polybar-pulseaudio-control
@ -134,6 +136,8 @@
pkgs.gitFull # git, git gui, gitk pkgs.gitFull # git, git gui, gitk
pkgs.tk # for git ui pkgs.tk # for git ui
pkgs.vscode
]; ];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are

View File

@ -101,12 +101,26 @@
pkgs.keepassxc # passwords pkgs.keepassxc # passwords
pkgs.devdocs-desktop # docs pkgs.devdocs-desktop # docs
pkgs.spicetify-cli # spotify pkgs.spicetify-cli # spotify
pkgs.gimp
pkgs.libreoffice-qt # office pkgs.libreoffice-qt # office
pkgs.hunspell # spell check pkgs.hunspell # spell check
pkgs.hunspellDicts.uk_UA pkgs.hunspellDicts.uk_UA
pkgs.hunspellDicts.de_CH pkgs.hunspellDicts.de_CH
pkgs.godot_4
pkgs.discord
pkgs.betterdiscordctl
pkgs.aseprite
pkgs.flameshot
pkgs.xournalpp
pkgs.unzip
pkgs.textsnatcher
pkgs.copyq
# # It is sometimes useful to fine-tune packages, for example, by applying # # It is sometimes useful to fine-tune packages, for example, by applying
# # overrides. You can do that directly here, just don't forget the # # overrides. You can do that directly here, just don't forget the
# # parentheses. Maybe you want to install Nerd Fonts with a limited number of # # parentheses. Maybe you want to install Nerd Fonts with a limited number of