home-manager purged

This commit is contained in:
Charlie Root 2024-11-19 14:20:00 +01:00
commit 6755222762
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
14 changed files with 54 additions and 583 deletions

View file

@ -1,6 +1,4 @@
{config, ...}: let
inherit (config.modules.other.system) username;
in {
_: {
programs.hyprland.settings = {
#Decoration settings
decoration = {
@ -10,12 +8,6 @@ in {
size = 3;
passes = 2;
};
drop_shadow = 1;
shadow_range = 15;
shadow_render_power = 2;
shadow_ignore_window = 1;
shadow_offset = "2 4";
shadow_scale = 1;
};
# Bezier curves for aninmations.
# Generate your own at https://www.cssportal.com/css-cubic-bezier-generator/

View file

@ -3,7 +3,6 @@
lib,
...
}: let
inherit (config.modules.other.system) username;
inherit (config.modules.system.hardware) monitors;
inherit (lib) mapAttrsToList;
inherit (builtins) toString;