feat: upgrade to NixOS 25.11
- Update nixpkgs and home-manager to 25.11 release - Update flake dependencies - Migrate git config to settings attribute - Replace deprecated packages (mpc-cli -> mpc, vaapiIntel -> intel-vaapi-driver) - Fix system references to use stdenv.hostPlatform.system - Add crowdsec module overrides - Remove android-udev-rules from fuchsia - Configure SSH with enableDefaultConfig = false - Update zsh dotDir to use config.xdg.configHome
This commit is contained in:
parent
36633896d9
commit
6f64840eb1
13 changed files with 82 additions and 57 deletions
|
|
@ -27,10 +27,10 @@
|
|||
]
|
||||
++ [
|
||||
# Our personal neovim configuration.
|
||||
inputs.nixvim.packages.${pkgs.system}.default
|
||||
inputs.nixvim.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
]
|
||||
# Install jetbrains IDEs with plugins
|
||||
++ (with inputs.nix-jetbrains-plugins.lib."${system}"; [
|
||||
++ (with inputs.nix-jetbrains-plugins.lib."${pkgs.stdenv.hostPlatform.system}"; [
|
||||
(buildIdeWithPlugins pkgs.jetbrains "idea-ultimate" [
|
||||
"IdeaVIM"
|
||||
"gruvbox-material-dark"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue