add nushell and update pkgs2

This commit is contained in:
Buliway 2025-08-03 14:51:44 +03:00
parent 6a99a32ebf
commit 0c625ef877
3 changed files with 17 additions and 13 deletions

6
flake.lock generated
View file

@ -263,11 +263,11 @@
}, },
"nixpkgs2": { "nixpkgs2": {
"locked": { "locked": {
"lastModified": 1753250450, "lastModified": 1753939845,
"narHash": "sha256-i+CQV2rPmP8wHxj0aq4siYyohHwVlsh40kV89f3nw1s=", "narHash": "sha256-K2ViRJfdVGE8tpJejs8Qpvvejks1+A4GQej/lBk5y7I=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "fc02ee70efb805d3b2865908a13ddd4474557ecf", "rev": "94def634a20494ee057c76998843c015909d6311",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -4,8 +4,8 @@
enableBashIntegration = true; enableBashIntegration = true;
enableZshIntegration = true; enableZshIntegration = true;
# enableFishIntegration = true; enableFishIntegration = true;
# enableNushellIntegration = true; enableNushellIntegration = true;
enableTransience = true; # Fish Shell only. Отображает пустую строку при нажатии enter? enableTransience = true; # Fish Shell only. Отображает пустую строку при нажатии enter?
}; };

View file

@ -154,10 +154,7 @@
steam = { steam = {
enable = true; enable = true;
package = pkgs2.steam; # package = pkgs2.steam;
# extraCompatPackages = with pkgs2; [ # Доп версии протона. Должны иметь `steamcompattool` output
# proton-ge-bin
# ];
# fontPackages = with pkgs; []; # Font packages to use in Steam # fontPackages = with pkgs; []; # Font packages to use in Steam
# extraPackages = with pkgs; []; # Additional # extraPackages = with pkgs; []; # Additional
# protontricks.enable = true; # Running Winetricks commands for Proton-enabled games. # protontricks.enable = true; # Running Winetricks commands for Proton-enabled games.
@ -278,6 +275,14 @@
postman # API Development Environment postman # API Development Environment
insomnia 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 # For nvim
tree-sitter # For nvim tree-sitter # For nvim
ripgrep # For nvim ripgrep # For nvim
@ -477,7 +482,7 @@
# Мб зависимости # Мб зависимости
protonup-qt # Управлять версиями proton-ge? protonup-qt # Управлять версиями proton-ge?
pkgs2.steam-run # На всякий случай steam-run # На всякий случай
pkgs2.mangohud # Фпс и нагрузку на пк показывает в играх pkgs2.mangohud # Фпс и нагрузку на пк показывает в играх
# gamemode # Оптимизации линуха и игр # gamemode # Оптимизации линуха и игр
pkgs2.wineWowPackages.stableFull # support both 32- and 64-bit applications pkgs2.wineWowPackages.stableFull # support both 32- and 64-bit applications
@ -485,7 +490,6 @@
pkgs2.winetricks # winetricks (all versions) pkgs2.winetricks # winetricks (all versions)
# wineWowPackages.waylandFull # native wayland support (unstable) # wineWowPackages.waylandFull # native wayland support (unstable)
# protontricks # Running Winetricks commands for Proton-enabled games # protontricks # Running Winetricks commands for Proton-enabled games
pkgs2.geckodriver # Зависимость для вайна?
############ ############
## Design ## ## Design ##
@ -503,7 +507,7 @@
################## ##################
obsidian # Заметки obsidian # Заметки
planify # Task manager pkgs2.planify # Task manager
######### #########
## IDE ## ## IDE ##