change gui config of Akun
This commit is contained in:
parent
5a63e13214
commit
ffac1753e2
2 changed files with 2 additions and 2 deletions
|
|
@ -311,7 +311,7 @@
|
|||
interactiveSudo = true;
|
||||
profiles = {
|
||||
system = {
|
||||
user = "${unixName}";
|
||||
user = "root";
|
||||
path =
|
||||
inputs.deploy-rs.lib."${system}".activate.nixos
|
||||
self.outputs.nixosConfigurations."${hostName}";
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
kanata.enable = true;
|
||||
tailscale.enable = true;
|
||||
};
|
||||
gui.enabled = "kde";
|
||||
gui.enabled = "cosmic";
|
||||
};
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue