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;
|
interactiveSudo = true;
|
||||||
profiles = {
|
profiles = {
|
||||||
system = {
|
system = {
|
||||||
user = "${unixName}";
|
user = "root";
|
||||||
path =
|
path =
|
||||||
inputs.deploy-rs.lib."${system}".activate.nixos
|
inputs.deploy-rs.lib."${system}".activate.nixos
|
||||||
self.outputs.nixosConfigurations."${hostName}";
|
self.outputs.nixosConfigurations."${hostName}";
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
kanata.enable = true;
|
kanata.enable = true;
|
||||||
tailscale.enable = true;
|
tailscale.enable = true;
|
||||||
};
|
};
|
||||||
gui.enabled = "kde";
|
gui.enabled = "cosmic";
|
||||||
};
|
};
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue