feat: add steam, docker, tailscale, gnome-keyring; move neovim to home.packages

This commit is contained in:
2026-05-29 22:32:27 +08:00
parent c052eeec86
commit dc1bc1d9ad
2 changed files with 8 additions and 7 deletions
+4 -1
View File
@@ -151,9 +151,12 @@
# Install firefox. # Install firefox.
programs.firefox.enable = true; programs.firefox.enable = true;
programs.steam.enable = true;
virtualisation.docker.enable = true;
services.tailscale.enable = true;
services.gnome.gnome-keyring.enable = true;
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
+4 -6
View File
@@ -11,6 +11,10 @@
fastfetch fastfetch
jetbrains-toolbox jetbrains-toolbox
google-chrome google-chrome
neovim
telegram-desktop
htop
btop
]; ];
# 用 Home Manager 固定 Fcitx5 输入法配置,仅保留拼音 # 用 Home Manager 固定 Fcitx5 输入法配置,仅保留拼音
@@ -56,12 +60,6 @@
}; };
}; };
programs.neovim = {
enable = true;
withRuby = false;
withPython3 = false;
};
# 这个版本号不要改!它不是软件版本,而是系统状态标识 # 这个版本号不要改!它不是软件版本,而是系统状态标识
home.stateVersion = "25.11"; home.stateVersion = "25.11";