stylix
This commit is contained in:
parent
6531e8ef79
commit
542227d7a8
5 changed files with 40 additions and 41 deletions
|
|
@ -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\]$ ";
|
||||
};
|
||||
4
modules/home-manager/stylix.nix
Normal file
4
modules/home-manager/stylix.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
stylix.enable = true;
|
||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine.yaml";
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
stylix.enable = true;
|
||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/rise-pine.yaml";
|
||||
targets.qt.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue