311 current 2024-04-03 13:56:09 24.05.20240402.43f9562 6.8.2-zen2 *
This commit is contained in:
parent
8036be6a98
commit
bee57a1963
1 changed files with 3 additions and 3 deletions
6
env/wayland/default.nix
vendored
6
env/wayland/default.nix
vendored
|
|
@ -6,7 +6,7 @@
|
|||
imports = [./fonts.nix];
|
||||
|
||||
environment.etc."greetd/environments".text = ''
|
||||
sway
|
||||
Hyprland
|
||||
'';
|
||||
|
||||
services = {
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
enable = true;
|
||||
settings = rec {
|
||||
initial_session = {
|
||||
command = "sway";
|
||||
command = "Hyprland";
|
||||
user = "zack";
|
||||
};
|
||||
default_session = initial_session;
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
pkgs.xdg-desktop-portal-wlr
|
||||
# pkgs.xdg-desktop-portal-hyprland
|
||||
pkgs.xdg-desktop-portal-hyprland
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue