766 current 2024-06-21 15:15:40 24.11.20240621.1c0bec2 6.9.5-zen1 *
This commit is contained in:
parent
65b4eb90fe
commit
cdcfb4b09b
2 changed files with 7 additions and 7 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -561,11 +561,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1718788307,
|
"lastModified": 1718983978,
|
||||||
"narHash": "sha256-SqiOz0sljM0GjyQEVinPXQxaGcbOXw5OgpCWGPgh/vo=",
|
"narHash": "sha256-lp6stESwTLBZUQ5GBivxwNehShmBp4jqeX/1xahM61w=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "d7830d05421d0ced83a0f007900898bdcaf2a2ca",
|
"rev": "c559542f0aa87971a7f4c1b3478fe33cc904b902",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -17,10 +17,10 @@ in {
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
# iconTheme = {
|
iconTheme = {
|
||||||
# package = pkgs.catppuccin-papirus-folders;
|
package = pkgs.catppuccin-papirus-folders;
|
||||||
# name = "Papirus";
|
name = "Papirus";
|
||||||
# };
|
};
|
||||||
theme = {
|
theme = {
|
||||||
name = "Tokyonight-Dark-B";
|
name = "Tokyonight-Dark-B";
|
||||||
package = pkgs.tokyonight-gtk-theme;
|
package = pkgs.tokyonight-gtk-theme;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue