Started migration of rotterdam to flake
This commit is contained in:
parent
3a9c4e152d
commit
ad5d0b0e2c
7 changed files with 94 additions and 16 deletions
|
|
@ -45,6 +45,7 @@
|
|||
rpcs3
|
||||
signal-desktop
|
||||
solvespace
|
||||
space-cadet-pinball
|
||||
steam-run
|
||||
streamlink-twitch-gui-bin
|
||||
tdesktop
|
||||
|
|
@ -56,6 +57,7 @@
|
|||
ventoy-bin
|
||||
virt-manager
|
||||
wezterm
|
||||
yubikey-personalization-gui
|
||||
# Package overrides
|
||||
(appimage-run.override {
|
||||
extraPkgs = pkgs: [ libthai ];
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue