mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 13:53:09 +02:00
sus
Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com>
This commit is contained in:
parent
e56a0a4bc3
commit
fef67a1688
3 changed files with 12 additions and 4 deletions
|
@ -63,6 +63,7 @@ in {
|
||||||
# Enable the GNOME Desktop Environment.
|
# Enable the GNOME Desktop Environment.
|
||||||
services.xserver.displayManager.gdm.enable = true;
|
services.xserver.displayManager.gdm.enable = true;
|
||||||
services.xserver.desktopManager.gnome.enable = true;
|
services.xserver.desktopManager.gnome.enable = true;
|
||||||
|
qt.platformTheme = lib.mkForce "gnome";
|
||||||
|
|
||||||
# Configure keymap in X11
|
# Configure keymap in X11
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
|
@ -164,7 +165,13 @@ in {
|
||||||
system.stateVersion = "23.05"; # Did you read the comment?
|
system.stateVersion = "23.05"; # Did you read the comment?
|
||||||
|
|
||||||
#services.xserver.desktopManager.budgie.enable = true;
|
#services.xserver.desktopManager.budgie.enable = true;
|
||||||
|
|
||||||
|
services.xserver.desktopManager.phosh = {
|
||||||
|
enable = false;
|
||||||
|
group = "ultra";
|
||||||
|
user = "ultra";
|
||||||
|
};
|
||||||
|
|
||||||
# NVIDIA
|
# NVIDIA
|
||||||
hardware.opengl = {
|
hardware.opengl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "Everblush",
|
"name": "Everblush",
|
||||||
"variables": {
|
"variables": {
|
||||||
"accent_color": "#232a2d",
|
"accent_color": "#67b0e8",
|
||||||
"accent_bg_color": "#141b1e",
|
"accent_bg_color": "#232a2d",
|
||||||
"accent_fg_color": "#dadada",
|
"accent_fg_color": "#dadada",
|
||||||
"destructive_color": "#ff7b63",
|
"destructive_color": "#ff7b63",
|
||||||
"destructive_bg_color": "#e57474",
|
"destructive_bg_color": "#e57474",
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
"card_shade_color": "rgba(0, 0, 0, 0.36)",
|
"card_shade_color": "rgba(0, 0, 0, 0.36)",
|
||||||
"dialog_bg_color": "#141b1e",
|
"dialog_bg_color": "#141b1e",
|
||||||
"dialog_fg_color": "#dadada",
|
"dialog_fg_color": "#dadada",
|
||||||
"popover_bg_color": "#141b1e",
|
"popover_bg_color": "#232a2d",
|
||||||
"popover_fg_color": "#dadada",
|
"popover_fg_color": "#dadada",
|
||||||
"shade_color": "rgba(0, 0, 0, 0.36)",
|
"shade_color": "rgba(0, 0, 0, 0.36)",
|
||||||
"scrollbar_outline_color": "rgba(0, 0, 0, 0.5)"
|
"scrollbar_outline_color": "rgba(0, 0, 0, 0.5)"
|
||||||
|
|
|
@ -140,6 +140,7 @@ in {
|
||||||
weechat
|
weechat
|
||||||
filezilla
|
filezilla
|
||||||
fluffychat
|
fluffychat
|
||||||
|
bitwarden
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue