feat: accent colors are finally on gnome
This commit is contained in:
@@ -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" = {
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
.paperwm-selection {
|
||||
border: none;
|
||||
border-radius: 16px !important;
|
||||
}
|
||||
Reference in New Issue
Block a user