feat: 配置 Hyprland 桌面环境、Noctalia Shell 与 Ghostty 终端,切换至 Lua 配置模式
This commit is contained in:
@@ -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 软件
|
||||
|
||||
Reference in New Issue
Block a user