add: pywalfox

This commit is contained in:
kenji
2025-12-27 16:42:48 -06:00
parent 6ab0623c55
commit 938c244704
4 changed files with 27 additions and 7 deletions
-2
View File
@@ -3,12 +3,10 @@ HakaseOS is an opinionated NixOS configuration heavily inspired by OmarchyOS.
## Features
* Vim keybindings
* TUI applications
* Simple Setup
* Pre-configured Firefox
## To-do
* hypr animation
* TUI for everything
## How to Use SOPS
+5 -1
View File
@@ -1,4 +1,4 @@
[config]
[config] # FIXME: ~/.config feels unreliable. Use config.home.homeDirectory instead.
reload_on_change = true
[templates.ghostty]
@@ -24,4 +24,8 @@ output_path = "~/.config/starship.toml"
input_path = "~/.config/matugen/templates/walker"
output_path = "~/.config/walker/themes/nixos/style.css"
[templates.pywalfox]
input_path = '~/.config/matugen/templates/firefox'
output_path = '~/.cache/wal/colors.json'
post_hook = 'pywalfox update'
+22
View File
@@ -0,0 +1,22 @@
{
"wallpaper": "{{image}}",
"alpha": "100",
"colors": {
"color0": "{{colors.background.default.hex}}",
"color1": "",
"color2": "",
"color3": "",
"color4": "",
"color5": "",
"color6": "",
"color7": "",
"color8": "",
"color9": "",
"color10": "{{colors.primary.default.hex}}",
"color11": "",
"color12": "",
"color13": "{{colors.surface_bright.default.hex}}",
"color14": "",
"color15": "{{colors.on_surface.default.hex}}"
}
}
-4
View File
@@ -1,4 +0,0 @@
{pkgs, ...}: {
home.packages = with pkgs; [
];
}