Use custom Sweet theme
This commit is contained in:
parent
400e94caf8
commit
a1b832c179
3 changed files with 124 additions and 41 deletions
|
|
@ -3,26 +3,23 @@
|
|||
let usr = config.constants.userName; in {
|
||||
home-manager.users.${usr} = { config, pkgs, ... }:
|
||||
let xdgCfg = config.xdg; in {
|
||||
gtk = {
|
||||
enable = true;
|
||||
gtk2.configLocation = "${xdgCfg.configHome}/gtk-2.0/gtkrc";
|
||||
theme = {
|
||||
name = "Sweet-Dark";
|
||||
package = pkgs.sweet;
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
exactaudiocopy
|
||||
feishin
|
||||
haruna
|
||||
hunspell
|
||||
hunspellDicts.en-us-large
|
||||
jellyfin-mpv-shim
|
||||
joplin-desktop
|
||||
libreoffice-qt6-fresh
|
||||
lutris
|
||||
nvtopPackages.amd
|
||||
picard
|
||||
qbittorrent
|
||||
razergenie
|
||||
ryujinx
|
||||
sweet
|
||||
sweet-ambar-blue
|
||||
telegram-desktop
|
||||
thunderbird
|
||||
wallpaper-engine-plasma6-plugin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue