change gui config of Akun

This commit is contained in:
ulic-youthlic 2025-03-02 08:00:25 +08:00
parent 5a63e13214
commit ffac1753e2
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 2 additions and 2 deletions

View file

@ -311,7 +311,7 @@
interactiveSudo = true;
profiles = {
system = {
user = "${unixName}";
user = "root";
path =
inputs.deploy-rs.lib."${system}".activate.nixos
self.outputs.nixosConfigurations."${hostName}";

View file

@ -22,7 +22,7 @@
kanata.enable = true;
tailscale.enable = true;
};
gui.enabled = "kde";
gui.enabled = "cosmic";
};
programs.gnupg.agent = {
enable = true;