Compare commits
No commits in common. "56b32ce1ddef50b208a91ced0b48dbae424bd349" and "3bd782b1df541b97d87615f445b08c328c7a32a8" have entirely different histories.
56b32ce1dd
...
3bd782b1df
@ -13,12 +13,12 @@ in {
|
||||
xdg.portal = {
|
||||
enable = lib.mkDefault true;
|
||||
wlr = {
|
||||
enable = lib.mkDefault true;
|
||||
enable = true;
|
||||
settings = {
|
||||
screencast = {
|
||||
max_fps = lib.mkDefault 30;
|
||||
chooser_type = lib.mkDefault "simple";
|
||||
chooser_cmd = lib.mkDefault "${pkgs.slurp}/bin/slurp -f %o -or";
|
||||
max_fps = 30;
|
||||
chooser_type = "simple";
|
||||
chooser_cmd = "${pkgs.slurp}/bin/slurp -f %o -or";
|
||||
};
|
||||
};
|
||||
};
|
||||
@ -35,9 +35,7 @@ in {
|
||||
};
|
||||
|
||||
environment.loginShellInit = lib.mkAfter ''
|
||||
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||
exec sway
|
||||
fi
|
||||
[[ "$(tty)" == /dev/tty1 ]] && exec sway
|
||||
'';
|
||||
|
||||
i18n.inputMethod = {
|
||||
|
@ -270,7 +270,6 @@ in {
|
||||
|
||||
# Shit breaks without this lol
|
||||
programs.dconf.enable = lib.mkDefault true;
|
||||
services.dbus.enable = lib.mkDefault true;
|
||||
services.dbus.packages = with pkgs; [dconf];
|
||||
|
||||
boot.kernel.sysctl = {
|
||||
|
Loading…
Reference in New Issue
Block a user