initial config

This commit is contained in:
Rouven Seifert 2023-06-05 19:57:19 +02:00
parent ed093a2784
commit 7e1d2412ef
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
7 changed files with 60 additions and 11 deletions

View file

@ -101,7 +101,7 @@
xdg.portal = {
enable = true;
extraPortals = [
pkgs.xdg-desktop-portal-hyprland
pkgs.xdg-desktop-portal-wlr
];
};

View file

@ -4,7 +4,7 @@
enable = true;
settings = {
default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --cmd Hyprland";
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --cmd sway";
};
};
};