sync current state
This commit is contained in:
parent
8da8f02623
commit
f1e0aa77dd
23
common.nix
23
common.nix
|
@ -133,7 +133,7 @@ in
|
||||||
# allow firmware updates
|
# allow firmware updates
|
||||||
services.fwupd.enable = true;
|
services.fwupd.enable = true;
|
||||||
|
|
||||||
# X11 settings, don't enable it, we use greetd
|
# X11 settings
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
libinput.enable = true;
|
libinput.enable = true;
|
||||||
|
|
||||||
|
@ -146,10 +146,9 @@ in
|
||||||
desktopManager.plasma5.runUsingSystemd = true;
|
desktopManager.plasma5.runUsingSystemd = true;
|
||||||
desktopManager.plasma5.phononBackend = "vlc";
|
desktopManager.plasma5.phononBackend = "vlc";
|
||||||
|
|
||||||
# use GDM and Wayland
|
# use SDDM and Plasma Wayland
|
||||||
enable = true;
|
enable = true;
|
||||||
displayManager.gdm.enable = true;
|
displayManager.sddm.enable = true;
|
||||||
displayManager.gdm.autoSuspend = false;
|
|
||||||
displayManager.defaultSession = "plasmawayland";
|
displayManager.defaultSession = "plasmawayland";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -257,6 +256,7 @@ in
|
||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
startWhenNeeded = true;
|
||||||
settings.PasswordAuthentication = false;
|
settings.PasswordAuthentication = false;
|
||||||
settings.PermitRootLogin = "yes";
|
settings.PermitRootLogin = "yes";
|
||||||
};
|
};
|
||||||
|
@ -416,19 +416,15 @@ in
|
||||||
ffmpeg
|
ffmpeg
|
||||||
file
|
file
|
||||||
#gimp-with-plugins
|
#gimp-with-plugins
|
||||||
gnome.gedit
|
|
||||||
go
|
go
|
||||||
#hotspot
|
#hotspot
|
||||||
hugo
|
hugo
|
||||||
inetutils
|
inetutils
|
||||||
kate
|
kate
|
||||||
keychain
|
keychain
|
||||||
keymapviz
|
#libreoffice
|
||||||
kitty
|
|
||||||
libreoffice
|
|
||||||
libwebp
|
libwebp
|
||||||
linuxKernel.packages.linux_latest_libre.perf
|
linuxKernel.packages.linux_latest_libre.perf
|
||||||
marble
|
|
||||||
neochat
|
neochat
|
||||||
nmap
|
nmap
|
||||||
okteta
|
okteta
|
||||||
|
@ -516,6 +512,10 @@ in
|
||||||
alacritty
|
alacritty
|
||||||
ark
|
ark
|
||||||
lutris
|
lutris
|
||||||
|
sqlitebrowser
|
||||||
|
unrar
|
||||||
|
unzip
|
||||||
|
xdotool
|
||||||
|
|
||||||
# retroarch with some emulators
|
# retroarch with some emulators
|
||||||
(retroarch.override {
|
(retroarch.override {
|
||||||
|
@ -528,11 +528,6 @@ in
|
||||||
libretro.genesis-plus-gx
|
libretro.genesis-plus-gx
|
||||||
libretro.snes9x
|
libretro.snes9x
|
||||||
libretro.beetle-psx-hw
|
libretro.beetle-psx-hw
|
||||||
|
|
||||||
sqlitebrowser
|
|
||||||
unrar
|
|
||||||
unzip
|
|
||||||
xdotool
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# generate the shell config
|
# generate the shell config
|
||||||
|
|
Loading…
Reference in a new issue