quickshell

This commit is contained in:
tulg 2025-10-24 01:04:30 +03:00
parent 542227d7a8
commit 7d4cff0bed
5 changed files with 207 additions and 40 deletions

View file

@ -11,6 +11,7 @@ in {
imports = [
inputs.zen-browser.homeModules.twilight
inputs.spicetify-nix.homeManagerModules.default
./noctalia.nix
];
# Home Manager settings
nix.nixPath = ["nixpkgs=${inputs.nixpkgs}"];
@ -28,7 +29,7 @@ in {
tmux
fastfetch
btop
spotify
#spotify
pavucontrol
wl-clipboard
hyprcursor
@ -46,7 +47,7 @@ in {
wofi
mako
kitty
vesktop
# vesktop
libsForQt5.qtstyleplugin-kvantum
libsForQt5.qt5ct
rose-pine-kvantum
@ -57,12 +58,13 @@ in {
DisableAppUpdate = true;
DisableTelemetry = true;
};
programs.vesktop.enable = true;
#programs.spicetify = {
# enable = true;
programs.spicetify = {
enable = true;
# theme = spicePkgs.themes.ziro;
# colorScheme = "rose-pine-moon";
#};
};
xdg.configFile."hypr" = {
source = symlink "${dots}/hypr";
@ -113,37 +115,7 @@ in {
userEmail = "tulg@protonmail.ch";
};
# gtk = {
# enable = true;
# theme = {
# name = "Nordic-darker";
# package = pkgs.nordic;
# };
# 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.sessionVariables = {
NIXOS_OZONE_WL = "1"; # hint Electron apps to use Wayland
# GTK_THEME = "rose-pine";