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];
|
imports = [./fonts.nix];
|
||||||
|
|
||||||
# environment.etc."greetd/environments".text = ''
|
environment.etc."greetd/environments".text = ''
|
||||||
# Hyprland
|
Hyprland
|
||||||
# '';
|
'';
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
# greetd = {
|
greetd = {
|
||||||
# enable = true;
|
|
||||||
# settings = rec {
|
|
||||||
# initial_session = {
|
|
||||||
# command = "Hyprland";
|
|
||||||
# user = "zack";
|
|
||||||
# };
|
|
||||||
# default_session = initial_session;
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
xserver.displayManager.gdm = {
|
|
||||||
enable = true;
|
enable = true;
|
||||||
|
settings = rec {
|
||||||
|
initial_session = {
|
||||||
|
command = "Hyprland";
|
||||||
|
user = "zack";
|
||||||
|
};
|
||||||
|
default_session = initial_session;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
xserver.desktopManager.gnome.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
|
|
@ -64,7 +60,7 @@
|
||||||
config.common.default = "*";
|
config.common.default = "*";
|
||||||
wlr.enable = true;
|
wlr.enable = true;
|
||||||
extraPortals = [
|
extraPortals = [
|
||||||
# pkgs.xdg-desktop-portal-gtk
|
pkgs.xdg-desktop-portal-gtk
|
||||||
# pkgs.xdg-desktop-portal-hyprland
|
# pkgs.xdg-desktop-portal-hyprland
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -13,9 +13,9 @@
|
||||||
./swayidle.nix
|
./swayidle.nix
|
||||||
./vim/default.nix
|
./vim/default.nix
|
||||||
|
|
||||||
# ../rice/hyprland
|
../rice/hyprland
|
||||||
../rice/sway
|
../rice/sway
|
||||||
# ../rice/gtk.nix
|
../rice/gtk.nix
|
||||||
../rice/kitty.nix
|
../rice/kitty.nix
|
||||||
../rice/waybar
|
../rice/waybar
|
||||||
../rice/dunst.nix
|
../rice/dunst.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue