diff --git a/home/hyprland/hyprlock_gunter.conf b/home/hyprland/hyprlock_gunter.conf
deleted file mode 100644
index 168bdc4..0000000
--- a/home/hyprland/hyprlock_gunter.conf
+++ /dev/null
@@ -1,91 +0,0 @@
-# BACKGROUND
-background {
- monitor = DP-5
- path = /tmp/lockscreen/DP-5.png
- blur_passes = 3
- contrast = 0.8916
- brightness = 0.8172
- vibrancy = 0.1696
- vibrancy_darkness = 0.0
-}
-
-background {
- monitor = DP-6
- path = /tmp/lockscreen/DP-6.png
- blur_passes = 3
- contrast = 0.8916
- brightness = 0.8172
- vibrancy = 0.1696
- vibrancy_darkness = 0.0
-}
-background {
- monitor = DP-7
- path = /tmp/lockscreen/DP-7.png
- blur_passes = 3
- contrast = 0.8916
- brightness = 0.8172
- vibrancy = 0.1696
- vibrancy_darkness = 0.0
-}
-background {
- monitor = DP-8
- path = /tmp/lockscreen/DP-8.png
- blur_passes = 3
- contrast = 0.8916
- brightness = 0.8172
- vibrancy = 0.1696
- vibrancy_darkness = 0.0
-}
-
-# GENERAL
-general {
- no_fade_in = false
- grace = 0
- disable_loading_bar = true
-}
-
-# INPUT FIELD
-input-field {
- monitor =
- size = 250, 60
- outline_thickness = 2
- dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
- dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
- dots_center = true
- outer_color = rgba(0, 0, 0, 0)
- inner_color = rgba(0, 0, 0, 0.5)
- font_color = rgb(200, 200, 200)
- fade_on_empty = false
- font_family = JetBrains Mono Nerd Font Mono
- placeholder_text = Input Password...
- hide_input = false
- position = 0, -120
- halign = center
- valign = center
-}
-
-# TIME
-label {
- monitor =
- text = cmd[update:2000] echo "$(date +"%b %d %H:%M")"
- #color = $foreground
- color = rgba(255, 255, 255, 0.6)
- font_size = 120
- font_family = JetBrains Mono Nerd Font Mono ExtraBold
- position = 0, -300
- halign = center
- valign = top
-}
-
-## USER
-#label {
-# monitor =
-# text = Hi there, $USER
-# color = $foreground
-# #color = rgba(255, 255, 255, 0.6)
-# font_size = 25
-# font_family = JetBrains Mono Nerd Font Mono
-# position = 0, -40
-# halign = center
-# valign = center
-#}
diff --git a/home/hyprland/hyprlock_magicman.conf b/home/hyprland/hyprlock_magicman.conf
deleted file mode 100644
index e78a9d3..0000000
--- a/home/hyprland/hyprlock_magicman.conf
+++ /dev/null
@@ -1,78 +0,0 @@
-source = ~/.cache/wal/colors-hyprland.conf
-# BACKGROUND
-background {
- monitor =
- path = /tmp/lockscreen/eDP-1.png
- blur_passes = 3
- contrast = 0.8916
- brightness = 0.8172
- vibrancy = 0.1696
- vibrancy_darkness = 0.0
-}
-
-# GENERAL
-general {
- no_fade_in = false
- grace = 0
- disable_loading_bar = true
-}
-
-# INPUT FIELD
-input-field {
- monitor =
- size = 250, 60
- outline_thickness = 2
- dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
- dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
- dots_center = true
- outer_color = rgba(0, 0, 0, 0)
- inner_color = rgba(0, 0, 0, 0.5)
- font_color = rgb(200, 200, 200)
- fade_on_empty = false
- font_family = JetBrains Mono Nerd Font Mono
- placeholder_text = Input Password...
- hide_input = false
- position = 0, -120
- halign = center
- valign = center
-}
-
-# TIME
-label {
- monitor =
- text = cmd[update:1000] echo "$(date +"%b %d %H:%M")"
- color = $foreground
- #color = rgba(255, 255, 255, 0.6)
- font_size = 120
- font_family = JetBrains Mono Nerd Font Mono ExtraBold
- position = 0, -300
- halign = center
- valign = top
-}
-
-## USER
-#label {
-# monitor =
-# text = Hi there, $USER
-# color = $foreground
-# #color = rgba(255, 255, 255, 0.6)
-# font_size = 25
-# font_family = JetBrains Mono Nerd Font Mono
-# position = 0, -40
-# halign = center
-# valign = center
-#}
-
-# Battery level
-label {
- monitor =
- text = cmd[update:1000] echo "$(batlvl)"
- color = $foreground
- #color = rgba(255, 255, 255, 0.6)
- font_size = 18
- # font_family = JetBrainsMono, Font Awesome 6 Free Solid
- font_family = JetBrains Mono Nerd Font Mono
- position = 0, -20
- halign = center
- valign = bottom
-}
diff --git a/home/hyprland/hyprpaper.conf b/home/hyprland/hyprpaper.conf
deleted file mode 100644
index 4cf552c..0000000
--- a/home/hyprland/hyprpaper.conf
+++ /dev/null
@@ -1 +0,0 @@
-splash = false
diff --git a/home/hyprland/xdg.nix b/home/hyprland/xdg.nix
deleted file mode 100644
index 2b71d6a..0000000
--- a/home/hyprland/xdg.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ config, ... }:
-{
- xdg.configFile = {
- "hypr/hyprpaper.conf" = {
- source = config.lib.file.mkOutOfStoreSymlink ./. + "/hyprpaper.conf";
- target = "hypr/hyprpaper.conf";
- };
- };
-}