add nushell and update pkgs2
This commit is contained in:
parent
6a99a32ebf
commit
0c625ef877
3 changed files with 17 additions and 13 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
enableBashIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
# enableFishIntegration = true;
|
||||
# enableNushellIntegration = true;
|
||||
enableFishIntegration = true;
|
||||
enableNushellIntegration = true;
|
||||
|
||||
enableTransience = true; # Fish Shell only. Отображает пустую строку при нажатии enter?
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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 ##
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue