diff --git a/configuration.nix b/configuration.nix index 1c39743..c92f7f1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -53,6 +53,8 @@ windowManager.i3 = { enable = true; extraPackages = with pkgs; [ + rofi-calc + rofimoji rofi polybar polybar-pulseaudio-control @@ -134,6 +136,8 @@ pkgs.gitFull # git, git gui, gitk pkgs.tk # for git ui + + pkgs.vscode ]; # Some programs need SUID wrappers, can be configured further or are diff --git a/home.nix b/home.nix index 4976145..5ab3cb2 100644 --- a/home.nix +++ b/home.nix @@ -101,12 +101,26 @@ pkgs.keepassxc # passwords pkgs.devdocs-desktop # docs pkgs.spicetify-cli # spotify + pkgs.gimp pkgs.libreoffice-qt # office pkgs.hunspell # spell check pkgs.hunspellDicts.uk_UA 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 # # 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