refactor: remove unused eww stuff
This commit is contained in:
parent
927f4a7ec2
commit
cd6201245d
19 changed files with 0 additions and 1019 deletions
nixos/home
|
@ -31,12 +31,6 @@ in
|
|||
enableBashIntegration = true;
|
||||
};
|
||||
|
||||
eww = {
|
||||
enable = true;
|
||||
configDir = config.lib.file.mkOutOfStoreSymlink "${configDir}/eww"; # see hyprland.nix for scripts path
|
||||
package = (builtins.getFlake "github:matt1432/eww-exclusiver").packages.x86_64-linux.default;
|
||||
};
|
||||
|
||||
wofi = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
@ -34,7 +34,6 @@ in
|
|||
$kora = "$HOME/.config/share"
|
||||
|
||||
env = AGS_PATH, ${configDir}/ags/bin
|
||||
env = EWW_PATH, ${configDir}/eww/scripts
|
||||
env = HYPR_PATH, ${configDir}/hypr/scripts
|
||||
env = LOCK_PATH, ${configDir}/gtklock/scripts
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue