diff --git a/hosts/p14s/configuration.nix b/hosts/p14s/configuration.nix index 16d8e2a..23c1c79 100644 --- a/hosts/p14s/configuration.nix +++ b/hosts/p14s/configuration.nix @@ -109,7 +109,7 @@ # $ nix search wget environment.systemPackages = with pkgs; [ # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. - # wget + wget tmux neovim git diff --git a/hosts/p14s/home.nix b/hosts/p14s/home.nix index 79a780d..0ffbe4b 100644 --- a/hosts/p14s/home.nix +++ b/hosts/p14s/home.nix @@ -21,15 +21,54 @@ # The home.packages option allows you to install Nix packages into your # environment. - home.packages = [ + home.packages = with pkgs; [ # # Adds the 'hello' command to your environment. It prints a friendly # # "Hello, world!" when run. # pkgs.hello - pkgs.cowsay + # Terminal + alacritty + source-code-pro # Font for Alacritty + cutecom + cowsay - pkgs.alacritty - pkgs.source-code-pro # Font for Alacritty + # Network + nextcloud-client + + # Internet + amfora # Gemini terminal browser + lagrange # Graphical Gemini client + linphone + rustdesk + zoom-us + + # Knowledge management + logseq + + # Office + libreoffice-fresh + drawio + gimp + inkscape-with-extensions + + # Multimedia + asunder # CD ripper + tenacity + vlc + #gnome.gnome-sound-recorder + + # Development + arduino + arduino-cli + kicad + + # 3D Printing + freecad + openscad + cura + + # Games + dosbox-staging # # It is sometimes useful to fine-tune packages, for example, by applying # # overrides. You can do that directly here, just don't forget the