From 93343473aab0dd09a31f2801837b74c2bb90598a Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Sat, 2 Sep 2023 21:36:08 +0200 Subject: [PATCH] Remove unuser nixfile parameters --- modules/home/desktop/qt.nix | 3 +-- modules/home/desktop/sway/fuzzel.nix | 3 +-- modules/home/desktop/sway/swaylock.nix | 3 +-- modules/home/desktop/sway/waybar.nix | 3 +-- modules/home/desktop/xdg.nix | 3 +-- modules/home/foot.nix | 3 +-- modules/home/zathura.nix | 3 +-- 7 files changed, 7 insertions(+), 14 deletions(-) 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 = {