fix desktop lol
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
services = {
|
||||
|
||||
kmscon = {
|
||||
enable = true;
|
||||
hwRender = true;
|
||||
enable = false;
|
||||
hwRender = false;
|
||||
fonts = [
|
||||
{
|
||||
name = "JetBrainsMono NFM";
|
||||
@@ -39,4 +39,4 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ config, pkgs, ... }:
|
||||
let
|
||||
configLimit = 150;
|
||||
configLimit = 5;
|
||||
# default = "@saved";
|
||||
kernel = pkgs.linuxPackages_cachyos;
|
||||
pkgsVersion = pkgs; #.unstable;
|
||||
|
||||
@@ -113,8 +113,8 @@ in
|
||||
./sops.nix
|
||||
./users.nix
|
||||
../default.nix
|
||||
# ../../modules/desktop-environments/cosmic/specialisation.nix
|
||||
# ../../modules/desktop-environments/hyprland/specialisation.nix
|
||||
../../modules/desktop-environments/cosmic/specialisation.nix
|
||||
../../modules/desktop-environments/hyprland/specialisation.nix
|
||||
../../share/amd
|
||||
];
|
||||
|
||||
|
||||
@@ -17,12 +17,12 @@ in
|
||||
theme = sddmTheme;
|
||||
wayland.enable = true;
|
||||
};
|
||||
# gdm.enable = lib.mkForce false;
|
||||
gdm.enable = lib.mkForce false;
|
||||
defaultSession = "hyprland";
|
||||
};
|
||||
# disable plasma
|
||||
desktopManager.plasma6.enable = lib.mkForce false;
|
||||
# desktopManager.gnome.enable = lib.mkForce false;
|
||||
desktopManager.gnome.enable = lib.mkForce false;
|
||||
|
||||
dbus.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user