Started migration of rotterdam to flake

This commit is contained in:
rotterdam 2023-02-10 23:00:16 +01:00
parent 3a9c4e152d
commit ad5d0b0e2c
7 changed files with 94 additions and 16 deletions

View file

@ -27,21 +27,6 @@ in
enable = true;
excludePackages = ( with pkgs.plasma5Packages; [ elisa oxygen khelpcenter ]);
};
# displayManager = {
# defaultSession = "plasmawayland";
# sddm = {
# enable = true;
# autoNumlock = true;
# settings = {
# Theme = {
# CursorTheme = "breeze_cursors";
# };
# X11 = {
# UserAuthFile = ".local/share/sddm/Xauthority";
# };
# };
# };
# };
};
greetd = {
enable = true;