summaryrefslogtreecommitdiff
path: root/system/desktops
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-12-31 01:01:54 -0500
committerFreya Murphy <freya@freyacat.org>2025-12-31 01:01:54 -0500
commit7badef86af2c5e2157f9b5a74565913ed7313098 (patch)
treeba8442157b3e1c98a74535cf49748a57dc2c9f07 /system/desktops
parentshinji: add some defaults from nixos-hardware (diff)
downloaddotfiles-nix-7badef86af2c5e2157f9b5a74565913ed7313098.tar.gz
dotfiles-nix-7badef86af2c5e2157f9b5a74565913ed7313098.tar.bz2
dotfiles-nix-7badef86af2c5e2157f9b5a74565913ed7313098.zip
remove unused variabled (and add nixd lsp)
Diffstat (limited to 'system/desktops')
-rw-r--r--system/desktops/hyprland.nix3
-rw-r--r--system/desktops/ly.nix3
-rw-r--r--system/desktops/sway.nix2
3 files changed, 2 insertions, 6 deletions
diff --git a/system/desktops/hyprland.nix b/system/desktops/hyprland.nix
index 42a45be..26fa283 100644
--- a/system/desktops/hyprland.nix
+++ b/system/desktops/hyprland.nix
@@ -1,12 +1,11 @@
{
inputs,
config,
- pkgs,
lib,
system,
...
}: let
- inherit (lib) mkIf mkDefault;
+ inherit (lib) mkIf;
cfg = config.desktops.hyprland;
in {
config = mkIf cfg.enable {
diff --git a/system/desktops/ly.nix b/system/desktops/ly.nix
index 49469b2..298fc4c 100644
--- a/system/desktops/ly.nix
+++ b/system/desktops/ly.nix
@@ -1,9 +1,6 @@
{
lib,
config,
- pkgs,
- inputs,
- system,
...
}: let
inherit (lib) mkIf;
diff --git a/system/desktops/sway.nix b/system/desktops/sway.nix
index d0838a4..501ee41 100644
--- a/system/desktops/sway.nix
+++ b/system/desktops/sway.nix
@@ -4,7 +4,7 @@
pkgs,
...
}: let
- inherit (lib) mkIf mkDefault;
+ inherit (lib) mkIf;
cfg = config.desktops.sway;
in {
config = mkIf cfg.enable {