1

feat: accent colors are finally on gnome

This commit is contained in:
Himadri Bhattacharjee
2024-10-18 19:29:56 +05:30
parent d52b170a5b
commit cc2ab192d9
2 changed files with 17 additions and 20 deletions

View File

@@ -1,22 +1,23 @@
{ config, pkgs, ... }: {
home.packages = with pkgs.gnomeExtensions; [
blur-my-shell
quick-settings-tweaker
user-themes
caffeine
paperwm
] ++ (with pkgs; [
blackbox-terminal
adw-gtk3
gnome-secrets
fractal
]);
{ config, pkgs, ... }:
{
home.packages =
with pkgs.gnomeExtensions;
[
blur-my-shell
quick-settings-tweaker
user-themes
caffeine
paperwm
]
++ (with pkgs; [
blackbox-terminal
adw-gtk3
gnome-secrets
fractal
]);
# the above two get merged
home.file.".config/paperwm/user.css".source = ./sources/paperwm/user.css;
# Refer to https://hoverbear.org/blog/declarative-gnome-configuration-in-nixos/
dconf.settings = {
"org/gnome/calculator" = {

View File

@@ -1,4 +0,0 @@
.paperwm-selection {
border: none;
border-radius: 16px !important;
}