refactor niri config, switch gui to niri for Akun

This commit is contained in:
ulic-youthlic 2025-03-21 22:32:07 +08:00
parent d4bfe6f35e
commit 86f4ec3f8f
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
10 changed files with 43 additions and 19 deletions

View file

@ -7,11 +7,6 @@
...
}:
{
imports = [
./niri
./wluma
];
youthlic = {
xdg-dirs.enable = true;
programs = {
@ -50,7 +45,10 @@
david = {
wallpaper.enable = true;
programs.openssh.enable = true;
programs = {
niri.enable = true;
openssh.enable = true;
};
};
home.username = "${unixName}";