291 current 2024-04-01 16:09:33 24.05.20240401.2f73b69 6.8.2-zen2 *
This commit is contained in:
parent
3e9e2588a9
commit
7345e0a06c
2 changed files with 18 additions and 14 deletions
28
env/wayland/default.nix
vendored
28
env/wayland/default.nix
vendored
|
|
@ -5,21 +5,25 @@
|
||||||
}: {
|
}: {
|
||||||
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 = {
|
||||||
|
|
@ -60,7 +64,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