diff --git a/modules/home/desktop/qt.nix b/modules/home/desktop/qt.nix index c0e8a26..d1836a6 100644 --- a/modules/home/desktop/qt.nix +++ b/modules/home/desktop/qt.nix @@ -1,5 +1,4 @@ -{ pkgs, ... }: -{ +_: { qt = { enable = true; platformTheme = "gnome"; diff --git a/modules/home/desktop/sway/fuzzel.nix b/modules/home/desktop/sway/fuzzel.nix index eb170e2..9bdd92e 100644 --- a/modules/home/desktop/sway/fuzzel.nix +++ b/modules/home/desktop/sway/fuzzel.nix @@ -1,5 +1,4 @@ -{ pkgs, ... }: -{ +_: { programs.fuzzel = { enable = true; settings = { diff --git a/modules/home/desktop/sway/swaylock.nix b/modules/home/desktop/sway/swaylock.nix index f40fb29..a1ec08b 100644 --- a/modules/home/desktop/sway/swaylock.nix +++ b/modules/home/desktop/sway/swaylock.nix @@ -1,5 +1,4 @@ -{ pkgs, ... }: -{ +_: { programs.swaylock = { enable = true; settings = { diff --git a/modules/home/desktop/sway/waybar.nix b/modules/home/desktop/sway/waybar.nix index 3f157a3..6fbcf69 100644 --- a/modules/home/desktop/sway/waybar.nix +++ b/modules/home/desktop/sway/waybar.nix @@ -1,5 +1,4 @@ -{ pkgs, config, ...}: -{ +_: { programs.waybar = { enable = true; systemd = { diff --git a/modules/home/desktop/xdg.nix b/modules/home/desktop/xdg.nix index 949c2ac..f987b29 100644 --- a/modules/home/desktop/xdg.nix +++ b/modules/home/desktop/xdg.nix @@ -1,5 +1,4 @@ -{ ... }: -{ +_: { xdg = { enable = true; userDirs = { diff --git a/modules/home/foot.nix b/modules/home/foot.nix index 13153e8..51e109f 100644 --- a/modules/home/foot.nix +++ b/modules/home/foot.nix @@ -1,5 +1,4 @@ -{ pkgs, ...}: -{ +_: { programs.foot = { enable = true; settings = { diff --git a/modules/home/zathura.nix b/modules/home/zathura.nix index 890c4a1..d2f9623 100644 --- a/modules/home/zathura.nix +++ b/modules/home/zathura.nix @@ -1,5 +1,4 @@ -{ pkgs, ... }: -{ +_: { programs.zathura = { enable = true; options = {