diff --git a/home/jonas.home.nix b/home/jonas.home.nix index f3c5beb..22069fe 100644 --- a/home/jonas.home.nix +++ b/home/jonas.home.nix @@ -34,12 +34,14 @@ # (pkgs.writeShellScriptBin "my-hello" '' # echo "Hello, ${config.home.username}!" # '') - pkgs.firefox - pkgs.vscode pkgs.chromium + pkgs.firefox + pkgs.fzf pkgs.nil pkgs.nixpkgs-fmt + pkgs.poetry pkgs.thefuck + pkgs.vscode ]; # Home Manager is pretty good at managing dotfiles. The primary way to manage @@ -100,7 +102,18 @@ history.path = "${config.xdg.dataHome}/zsh/history"; oh-my-zsh = { enable = true; - plugins = [ "git" "thefuck" ]; + plugins = [ + "docker" + "docker-compose" + "emacs" + "fzf" + "git" + "pass" + "poetry" + "python" + "rust" + "thefuck" + ]; theme = "bureau"; }; }; diff --git a/hosts/comfy-station/configuration.nix b/hosts/comfy-station/configuration.nix index baa74ce..58b74ff 100644 --- a/hosts/comfy-station/configuration.nix +++ b/hosts/comfy-station/configuration.nix @@ -79,10 +79,10 @@ # List packages installed in system profile. To search, run: # $ 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 - ranger git + ranger + vim + wget ]; # Some programs need SUID wrappers, can be configured further or are