remove hyprland from config

This commit is contained in:
Noa Aarts 2024-11-19 22:49:29 +01:00
parent c3a4fc2bb2
commit 3c0896e976
Signed by: noa
GPG key ID: 1850932741EFF672
24 changed files with 235 additions and 1134 deletions

View file

@ -29,9 +29,7 @@ in
{
imports =
[
../modules/applications
../modules/games
../modules/hyprland.nix
../modules
./nvim/nvim.nix
extraConfig
]
@ -93,9 +91,9 @@ in
GDK_BACKEND = "wayland,x11";
QT_QPA_PLATFORM = "wayland;xcb";
CLUTTER_BACKEND = "wayland";
XDG_CURRENT_DESKTOP = "Hyprland";
XDG_CURRENT_DESKTOP = "niri";
XDG_SESSION_TYPE = "wayland";
XDG_SESSION_DESKTOP = "Hyprland";
XDG_SESSION_DESKTOP = "niri";
WLR_NO_HARDWARE_CURSORS = "1";
};
stateVersion = "23.11"; # Do not change :3
@ -105,10 +103,6 @@ in
nixpkgs.config.allowUnfree = true;
modules = {
hyprland = {
enable = enableGraphical;
displays = displays;
};
games.enable = enableGraphical && enableGames;
apps = {
zsh.enable = true;