changes
This commit is contained in:
parent
34b5b40e49
commit
96304b6edf
2 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
home.persistence."/nix/persist/home/caem".directories = [
|
||||
|
||||
];
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
displayManager.gdm.enable = true;
|
||||
desktopManager.gnome.enable = true;
|
||||
};
|
||||
|
@ -33,5 +33,6 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
ghostty
|
||||
dconf-editor
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue