theme and waybar init
This commit is contained in:
parent
5b35dad22a
commit
387356ab05
1 changed files with 11 additions and 1 deletions
|
@ -1,8 +1,18 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
polkit_gnome
|
polkit_gnome
|
||||||
|
dconf
|
||||||
];
|
];
|
||||||
|
|
||||||
|
dconf = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
"org/gnome/desktop/interface" = {
|
||||||
|
color-scheme = "prefer-dark";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
programs.fuzzel= {
|
programs.fuzzel= {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
@ -28,7 +38,7 @@
|
||||||
|
|
||||||
];
|
];
|
||||||
modules-center = [
|
modules-center = [
|
||||||
"Clock"
|
"clock"
|
||||||
];
|
];
|
||||||
modules-right = [
|
modules-right = [
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue