added style for walker
This commit is contained in:
@@ -4,7 +4,10 @@
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [inputs.walker.homeManagerModules.default];
|
||||
imports = [
|
||||
inputs.walker.homeManagerModules.default
|
||||
./style.nix
|
||||
];
|
||||
|
||||
programs.walker = {
|
||||
enable = true;
|
||||
@@ -12,6 +15,8 @@
|
||||
|
||||
package = inputs.walker.packages.${pkgs.system}.default;
|
||||
|
||||
# CSS Implementation using Stylix Colors
|
||||
|
||||
config = {
|
||||
icons.theme = config.gtk.iconTheme.name;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user