Gnome/blackbox: set up catpuccin theme
This commit is contained in:
parent
ef324a47db
commit
e497436f05
1 changed files with 12 additions and 1 deletions
|
|
@ -8,11 +8,22 @@
|
|||
];
|
||||
};
|
||||
|
||||
home-manager.users.toast = {lib, ...}: {
|
||||
home-manager.users.toast = {
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.file.".local/share/blackbox/schemes".source =
|
||||
(pkgs.fetchgit {
|
||||
url = "https://github.com/catppuccin/tilix.git";
|
||||
hash = "sha256-jWnxEtoqqqitHsaDErQNNYjv8DBcrJD0XeIKNopbO3c=";
|
||||
})
|
||||
+ /themes;
|
||||
dconf.settings = with lib.hm.gvariant; {
|
||||
"com/raggesilver/BlackBox" = {
|
||||
# Dark mode
|
||||
style-preference = mkUint32 2;
|
||||
theme-dark = "Catppuccin Mocha";
|
||||
# Default working directory is home folder
|
||||
working-directory-mode = mkUint32 1;
|
||||
custom-font = "JetBrainsMono Nerd Font Mono 12";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue