Revert "291 current 2024-04-01 16:09:33 24.05.20240401.2f73b69 6.8.2-zen2 *"
This reverts commit 7345e0a06c.
This commit is contained in:
parent
7345e0a06c
commit
428dfbe74b
2 changed files with 14 additions and 18 deletions
28
env/wayland/default.nix
vendored
28
env/wayland/default.nix
vendored
|
|
@ -5,25 +5,21 @@
|
|||
}: {
|
||||
imports = [./fonts.nix];
|
||||
|
||||
# environment.etc."greetd/environments".text = ''
|
||||
# Hyprland
|
||||
# '';
|
||||
environment.etc."greetd/environments".text = ''
|
||||
Hyprland
|
||||
'';
|
||||
|
||||
services = {
|
||||
# greetd = {
|
||||
# enable = true;
|
||||
# settings = rec {
|
||||
# initial_session = {
|
||||
# command = "Hyprland";
|
||||
# user = "zack";
|
||||
# };
|
||||
# default_session = initial_session;
|
||||
# };
|
||||
# };
|
||||
xserver.displayManager.gdm = {
|
||||
greetd = {
|
||||
enable = true;
|
||||
settings = rec {
|
||||
initial_session = {
|
||||
command = "Hyprland";
|
||||
user = "zack";
|
||||
};
|
||||
default_session = initial_session;
|
||||
};
|
||||
};
|
||||
xserver.desktopManager.gnome.enable = true;
|
||||
};
|
||||
|
||||
environment = {
|
||||
|
|
@ -64,7 +60,7 @@
|
|||
config.common.default = "*";
|
||||
wlr.enable = true;
|
||||
extraPortals = [
|
||||
# pkgs.xdg-desktop-portal-gtk
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
# pkgs.xdg-desktop-portal-hyprland
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -13,9 +13,9 @@
|
|||
./swayidle.nix
|
||||
./vim/default.nix
|
||||
|
||||
# ../rice/hyprland
|
||||
../rice/hyprland
|
||||
../rice/sway
|
||||
# ../rice/gtk.nix
|
||||
../rice/gtk.nix
|
||||
../rice/kitty.nix
|
||||
../rice/waybar
|
||||
../rice/dunst.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue