aboutsummaryrefslogtreecommitdiff
path: root/user/wm/foot.nix
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-01-10 17:59:55 -0500
committerRosa <rosaontheweb@proton.me>2026-01-10 17:59:55 -0500
commit5570be9c9c64e0ba2474d73c2b6b23508b916fd6 (patch)
tree53e2f7939b668a50d8f51f857a8659989de85c2b /user/wm/foot.nix
parent488bd4b5c08d6fe9c44b0fa5cd3750265c2be482 (diff)
custom function for system creation
Diffstat (limited to 'user/wm/foot.nix')
-rw-r--r--user/wm/foot.nix46
1 files changed, 0 insertions, 46 deletions
diff --git a/user/wm/foot.nix b/user/wm/foot.nix
deleted file mode 100644
index cfccffd..0000000
--- a/user/wm/foot.nix
+++ /dev/null
@@ -1,46 +0,0 @@
-{ config, ... }:
-{
- programs.foot = {
- enable = true;
- settings = {
- bell.urgent = "yes";
- colors = {
- alpha = 0.75;
- background = "1e1e2e";
- bright0 = "585b70";
- bright1 = "f38ba8";
- bright2 = "a6e3a1";
- bright3 = "f9e2af";
- bright4 = "89b4fa";
- bright5 = "f5c2e7";
- bright6 = "94e2d5";
- bright7 = "a6adc8";
- "16" = "fab387";
- "17" = "f5e0dc";
- cursor = "11111b f5e0dc";
- foreground = "cdd6f4";
- jump-labels = "11111b fab387";
- regular0 = "45475a";
- regular1 = "f38ba8";
- regular2 = "a6e3a1";
- regular3 = "f9e2af";
- regular4 = "89b4fa";
- regular5 = "f5c2e7";
- regular6 = "94e2d5";
- regular7 = "bac2de";
- search-box-match = "cdd6f4 313244";
- search-box-no-match = "11111b f38ba8";
- selection-background = "414356";
- selection-foreground = "cdd6f4";
- urls = "89b4fa";
- };
-
- main = {
- dpi-aware = "yes";
- font = "Fira Code:size=11";
- };
-
- mouse.hide-when-typing = "yes";
- };
- };
-}