changes
This commit is contained in:
parent
fe837c7695
commit
97e462bea0
|
@ -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
|
||||||
|
|
14
home.nix
14
home.nix
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue