diff --git a/flake.lock b/flake.lock index ec4c609..45d03d4 100644 --- a/flake.lock +++ b/flake.lock @@ -263,11 +263,11 @@ }, "nixpkgs2": { "locked": { - "lastModified": 1753250450, - "narHash": "sha256-i+CQV2rPmP8wHxj0aq4siYyohHwVlsh40kV89f3nw1s=", + "lastModified": 1753939845, + "narHash": "sha256-K2ViRJfdVGE8tpJejs8Qpvvejks1+A4GQej/lBk5y7I=", "owner": "nixos", "repo": "nixpkgs", - "rev": "fc02ee70efb805d3b2865908a13ddd4474557ecf", + "rev": "94def634a20494ee057c76998843c015909d6311", "type": "github" }, "original": { diff --git a/modules/home-manager/terminal/starship.nix b/modules/home-manager/terminal/starship.nix index 8b0d78e..31b6df0 100644 --- a/modules/home-manager/terminal/starship.nix +++ b/modules/home-manager/terminal/starship.nix @@ -4,11 +4,11 @@ enableBashIntegration = true; enableZshIntegration = true; - # enableFishIntegration = true; - # enableNushellIntegration = true; + enableFishIntegration = true; + enableNushellIntegration = true; enableTransience = true; # Fish Shell only. Отображает пустую строку при нажатии enter? }; xdg.configFile."starship.toml".source = ./starship.toml; -} \ No newline at end of file +} diff --git a/nixos/packages.nix b/nixos/packages.nix index 93d7092..f57235a 100644 --- a/nixos/packages.nix +++ b/nixos/packages.nix @@ -154,10 +154,7 @@ steam = { enable = true; - package = pkgs2.steam; - # extraCompatPackages = with pkgs2; [ # Доп версии протона. Должны иметь `steamcompattool` output - # proton-ge-bin - # ]; + # package = pkgs2.steam; # fontPackages = with pkgs; []; # Font packages to use in Steam # extraPackages = with pkgs; []; # Additional # protontricks.enable = true; # Running Winetricks commands for Proton-enabled games. @@ -278,6 +275,14 @@ postman # API Development Environment insomnia + # Nushell + pkgs2.nushell # Modern shell + pkgs2.nushellPlugins.query # Nushell plugin to query JSON, XML, and various web data + pkgs2.nushellPlugins.gstat # Git status plugin for Nushell + pkgs2.nushellPlugins.polars # Молниеносная аналитика данных через `dataframe ...` + pkgs2.nushellPlugins.formats # Formats plugin for Nushell + pkgs2.nushellPlugins.highlight # Syntax highlighting + # For nvim tree-sitter # For nvim ripgrep # For nvim @@ -477,7 +482,7 @@ # Мб зависимости protonup-qt # Управлять версиями proton-ge? - pkgs2.steam-run # На всякий случай + steam-run # На всякий случай pkgs2.mangohud # Фпс и нагрузку на пк показывает в играх # gamemode # Оптимизации линуха и игр pkgs2.wineWowPackages.stableFull # support both 32- and 64-bit applications @@ -485,7 +490,6 @@ pkgs2.winetricks # winetricks (all versions) # wineWowPackages.waylandFull # native wayland support (unstable) # protontricks # Running Winetricks commands for Proton-enabled games - pkgs2.geckodriver # Зависимость для вайна? ############ ## Design ## @@ -503,7 +507,7 @@ ################## obsidian # Заметки - planify # Task manager + pkgs2.planify # Task manager ######### ## IDE ##