add: pywalfox
This commit is contained in:
@@ -3,12 +3,10 @@ HakaseOS is an opinionated NixOS configuration heavily inspired by OmarchyOS.
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
* Vim keybindings
|
* Vim keybindings
|
||||||
* TUI applications
|
|
||||||
* Simple Setup
|
* Simple Setup
|
||||||
* Pre-configured Firefox
|
* Pre-configured Firefox
|
||||||
|
|
||||||
## To-do
|
## To-do
|
||||||
* hypr animation
|
|
||||||
* TUI for everything
|
* TUI for everything
|
||||||
|
|
||||||
## How to Use SOPS
|
## How to Use SOPS
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[config]
|
[config] # FIXME: ~/.config feels unreliable. Use config.home.homeDirectory instead.
|
||||||
reload_on_change = true
|
reload_on_change = true
|
||||||
|
|
||||||
[templates.ghostty]
|
[templates.ghostty]
|
||||||
@@ -24,4 +24,8 @@ output_path = "~/.config/starship.toml"
|
|||||||
input_path = "~/.config/matugen/templates/walker"
|
input_path = "~/.config/matugen/templates/walker"
|
||||||
output_path = "~/.config/walker/themes/nixos/style.css"
|
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'
|
||||||
|
|
||||||
|
|||||||
@@ -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}}"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
{pkgs, ...}: {
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
];
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user