This commit is contained in:
tulg 2025-10-23 19:54:58 +03:00
parent 6531e8ef79
commit 542227d7a8
5 changed files with 40 additions and 41 deletions

View file

@ -28,7 +28,7 @@ in {
tmux
fastfetch
btop
# spotify
spotify
pavucontrol
wl-clipboard
hyprcursor
@ -58,11 +58,11 @@ in {
DisableTelemetry = true;
};
programs.spicetify = {
enable = true;
theme = spicePkgs.themes.ziro;
colorScheme = "rose-pine-moon";
};
#programs.spicetify = {
# enable = true;
# theme = spicePkgs.themes.ziro;
# colorScheme = "rose-pine-moon";
#};
xdg.configFile."hypr" = {
source = symlink "${dots}/hypr";
@ -113,41 +113,41 @@ in {
userEmail = "tulg@protonmail.ch";
};
gtk = {
enable = true;
# gtk = {
# enable = true;
theme = {
name = "Nordic-darker";
package = pkgs.nordic;
};
# theme = {
# name = "Nordic-darker";
# package = pkgs.nordic;
# };
iconTheme = {
name = "Papirus-Dark";
package = pkgs.papirus-icon-theme;
};
};
# iconTheme = {
# name = "Papirus-Dark";
# package = pkgs.papirus-icon-theme;
# };
#};
home.pointerCursor = {
gtk.enable = true;
x11.enable = true;
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Classic";
size = 16;
};
nixpkgs.config.qt5 = {
enable = true;
platformTheme = "qt5ct";
style = {
package = pkgs.rose-pine-kvantum;
name = "Rose-pine";
};
};
#home.pointerCursor = {
# gtk.enable = true;
# x11.enable = true;
# package = pkgs.bibata-cursors;
# name = "Bibata-Modern-Classic";
# size = 16;
#};
#nixpkgs.config.qt5 = {
# enable = true;
# platformTheme = "qt5ct";
# style = {
# package = pkgs.rose-pine-kvantum;
# name = "Rose-pine";
# };
#};
#
#
home.sessionVariables = {
NIXOS_OZONE_WL = "1"; # hint Electron apps to use Wayland
GTK_THEME = "rose-pine";
QT_QPA_PLATFORMTHEME = "qt5ct";
# GTK_THEME = "rose-pine";
# QT_QPA_PLATFORMTHEME = "qt5ct";
QT_QPA_PLATFORM = "wayland";
# PS1="\[\e[38;5;177m\]\u\[\e[38;5;220m\]@\[\e[38;5;1m\]\h \[\e[38;5;33m\]\w \[\033[0m\]$ ";
};

View file

@ -0,0 +1,4 @@
{pkgs, ...}: {
stylix.enable = true;
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine.yaml";
}

View file

@ -1,5 +0,0 @@
{pkgs, ...}: {
stylix.enable = true;
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/rise-pine.yaml";
targets.qt.enable = true;
}