311 current 2024-04-03 13:56:09 24.05.20240402.43f9562 6.8.2-zen2 *

This commit is contained in:
zackartz 2024-04-03 13:56:16 -04:00
parent 8036be6a98
commit bee57a1963
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

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