Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com>
This commit is contained in:
Alex Stan 2023-09-15 15:40:07 +03:00
parent e56a0a4bc3
commit fef67a1688
3 changed files with 12 additions and 4 deletions

View file

@ -63,6 +63,7 @@ in {
# Enable the GNOME Desktop Environment.
services.xserver.displayManager.gdm.enable = true;
services.xserver.desktopManager.gnome.enable = true;
qt.platformTheme = lib.mkForce "gnome";
# Configure keymap in X11
services.xserver = {
@ -164,7 +165,13 @@ in {
system.stateVersion = "23.05"; # Did you read the comment?
#services.xserver.desktopManager.budgie.enable = true;
services.xserver.desktopManager.phosh = {
enable = false;
group = "ultra";
user = "ultra";
};
# NVIDIA
hardware.opengl = {
enable = true;

View file

@ -1,8 +1,8 @@
{
"name": "Everblush",
"variables": {
"accent_color": "#232a2d",
"accent_bg_color": "#141b1e",
"accent_color": "#67b0e8",
"accent_bg_color": "#232a2d",
"accent_fg_color": "#dadada",
"destructive_color": "#ff7b63",
"destructive_bg_color": "#e57474",
@ -30,7 +30,7 @@
"card_shade_color": "rgba(0, 0, 0, 0.36)",
"dialog_bg_color": "#141b1e",
"dialog_fg_color": "#dadada",
"popover_bg_color": "#141b1e",
"popover_bg_color": "#232a2d",
"popover_fg_color": "#dadada",
"shade_color": "rgba(0, 0, 0, 0.36)",
"scrollbar_outline_color": "rgba(0, 0, 0, 0.5)"

View file

@ -140,6 +140,7 @@ in {
weechat
filezilla
fluffychat
bitwarden
];
};