fixed update to 23.11
This commit is contained in:
parent
8006260b7f
commit
2117b57af6
4 changed files with 9 additions and 9 deletions
|
|
@ -11,8 +11,8 @@
|
|||
enableCompletion = lib.mkDefault true;
|
||||
syntaxHighlighting.enable = lib.mkDefault true;
|
||||
shellAliases = {
|
||||
ls = "exa -l";
|
||||
lsa = "exa -al";
|
||||
ls = "eza -l";
|
||||
lsa = "eza -al";
|
||||
grep = "rg";
|
||||
osrb = "sudo nixos-rebuild $1 --flake ~/code/nixos-config/#katana";
|
||||
};
|
||||
|
|
@ -20,4 +20,4 @@
|
|||
EDITOR="hx";
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,12 +13,12 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
budgie.budgie-desktop-with-plugins
|
||||
lightdm
|
||||
];
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
desktopManager.budgie.enable = true;
|
||||
displayManager.gdm.enable = true;
|
||||
displayManager.lightdm.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue