feat: 配置 Hyprland 桌面环境、Noctalia Shell 与 Ghostty 终端,切换至 Lua 配置模式

This commit is contained in:
2026-05-31 20:23:18 +08:00
parent a0771a273e
commit 89748e482c
6 changed files with 320 additions and 17 deletions
+4 -2
View File
@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, pkgs-unstable, ... }:
{
imports = [
@@ -13,7 +13,6 @@
home.packages = with pkgs; [
qq
fastfetch
jetbrains-toolbox
google-chrome
neovim
htop
@@ -36,6 +35,9 @@
pnpm
kdePackages.kate
termius
jetbrains.idea
jetbrains.webstorm
android-studio
];
# 让 nix-shell 等传统命令也能安装 unfree 软件