Compare commits

..

No commits in common. "56b32ce1ddef50b208a91ced0b48dbae424bd349" and "3bd782b1df541b97d87615f445b08c328c7a32a8" have entirely different histories.

2 changed files with 5 additions and 8 deletions

View File

@ -13,12 +13,12 @@ in {
xdg.portal = { xdg.portal = {
enable = lib.mkDefault true; enable = lib.mkDefault true;
wlr = { wlr = {
enable = lib.mkDefault true; enable = true;
settings = { settings = {
screencast = { screencast = {
max_fps = lib.mkDefault 30; max_fps = 30;
chooser_type = lib.mkDefault "simple"; chooser_type = "simple";
chooser_cmd = lib.mkDefault "${pkgs.slurp}/bin/slurp -f %o -or"; chooser_cmd = "${pkgs.slurp}/bin/slurp -f %o -or";
}; };
}; };
}; };
@ -35,9 +35,7 @@ in {
}; };
environment.loginShellInit = lib.mkAfter '' environment.loginShellInit = lib.mkAfter ''
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then [[ "$(tty)" == /dev/tty1 ]] && exec sway
exec sway
fi
''; '';
i18n.inputMethod = { i18n.inputMethod = {

View File

@ -270,7 +270,6 @@ in {
# Shit breaks without this lol # Shit breaks without this lol
programs.dconf.enable = lib.mkDefault true; programs.dconf.enable = lib.mkDefault true;
services.dbus.enable = lib.mkDefault true;
services.dbus.packages = with pkgs; [dconf]; services.dbus.packages = with pkgs; [dconf];
boot.kernel.sysctl = { boot.kernel.sysctl = {