206 current 2024-03-18 11:24:09 24.05.20240316.c75037b 6.8.0-zen1 *

This commit is contained in:
zackartz 2024-03-18 11:24:20 -04:00
parent 18c812ccf3
commit 43ec8d68ce
4 changed files with 33 additions and 22 deletions

View file

@ -6,7 +6,7 @@
imports = [./fonts.nix];
environment.etc."greetd/environments".text = ''
Hyprland
sway
'';
services = {
@ -14,7 +14,7 @@
enable = true;
settings = rec {
initial_session = {
command = "Hyprland";
command = "sway";
user = "zack";
};
default_session = initial_session;
@ -58,9 +58,10 @@
xdg.portal = {
enable = true;
config.common.default = "*";
wlr.enable = true;
extraPortals = [
pkgs.xdg-desktop-portal-gtk
pkgs.xdg-desktop-portal-hyprland
# pkgs.xdg-desktop-portal-hyprland
];
};