feat: switched back to hyprland

This commit is contained in:
Nick 2025-01-08 01:05:45 -06:00
parent dd99b3a827
commit b0dc23c7c0
144 changed files with 1347 additions and 477 deletions

26
home/modules/tofi/config Executable file
View file

@ -0,0 +1,26 @@
font-size = 14
hint-font = true
background-color = #363a4f
outline-color = #c6a0f6
prompt-color = #8aadf4
input-color = #cdd6f4
default-result-color = #a6adc8
selection-color = #8bd5ca
prompt-text = "Summon: "
width = 400
height = 400
outline-width = 2
border-width = 0
padding-top = 10
padding-bottom = 10
padding-left = 10
padding-right = 10
corner-radius = 10
drun-launch = true

12
home/modules/tofi/default.nix Executable file
View file

@ -0,0 +1,12 @@
{pkgs, ...}: {
home.packages =
builtins.attrValues
{
inherit
(pkgs)
tofi
;
};
xdg.configFile = {"tofi/config".source = ./config;};
}