Format nix files
This commit is contained in:
parent
b97a79fc63
commit
992c6d3c40
5 changed files with 17 additions and 15 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
let theme =
|
||||
{
|
||||
package = pkgs.gruvbox-gtk-theme;
|
||||
name = "Gruvbox-Dark";
|
||||
};
|
||||
let
|
||||
theme = {
|
||||
package = pkgs.gruvbox-gtk-theme;
|
||||
name = "Gruvbox-Dark";
|
||||
};
|
||||
in
|
||||
{
|
||||
gtk = {
|
||||
|
|
@ -24,7 +24,9 @@ in
|
|||
};
|
||||
# Home manager wants this?
|
||||
# TODO can I set a theme?
|
||||
gtk4 = { theme = theme; };
|
||||
gtk4 = {
|
||||
theme = theme;
|
||||
};
|
||||
};
|
||||
|
||||
qt = {
|
||||
|
|
|
|||
|
|
@ -37,11 +37,11 @@
|
|||
};
|
||||
|
||||
"niri/workspaces" = {
|
||||
format = "{icon}";
|
||||
format-icons = {
|
||||
active = "";
|
||||
default = "";
|
||||
};
|
||||
format = "{icon}";
|
||||
format-icons = {
|
||||
active = "";
|
||||
default = "";
|
||||
};
|
||||
};
|
||||
|
||||
"clock" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue