From 28667b7c6f3e187a3b550d9d62ac1e503c054a92 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 16 Oct 2022 20:59:27 +0200 Subject: Add idefix config, optional xmonad, deprecate hidpi option --- host/asterix.nix | 2 -- host/athena.nix | 3 +-- host/hephaestus.nix | 3 +-- host/idefix.nix | 11 +++++++++++ host/majestix.nix | 3 +-- host/obelix.nix | 7 +------ 6 files changed, 15 insertions(+), 14 deletions(-) create mode 100644 host/idefix.nix (limited to 'host') diff --git a/host/asterix.nix b/host/asterix.nix index 830a894..2d1e19d 100644 --- a/host/asterix.nix +++ b/host/asterix.nix @@ -11,6 +11,4 @@ home.packages = with pkgs; [ acpi ]; - - custom.hidpi = false; } diff --git a/host/athena.nix b/host/athena.nix index 8fc7357..b5e9b75 100644 --- a/host/athena.nix +++ b/host/athena.nix @@ -3,6 +3,7 @@ { imports = [ ../gui/default.nix + ../gui/xmonad.nix ../gui/networkmanager.nix ../gui/stalonetray.nix ../gui/redshift.nix @@ -14,6 +15,4 @@ arandr blueman ]; - - custom.hidpi = false; } diff --git a/host/hephaestus.nix b/host/hephaestus.nix index e7c9514..9410f15 100644 --- a/host/hephaestus.nix +++ b/host/hephaestus.nix @@ -3,12 +3,11 @@ { imports = [ ../gui/default.nix + ../gui/xmonad.nix ../gui/networkmanager.nix ../gui/stalonetray.nix ]; - custom.hidpi = false; - services.kdeconnect = { enable = true; }; diff --git a/host/idefix.nix b/host/idefix.nix new file mode 100644 index 0000000..484f643 --- /dev/null +++ b/host/idefix.nix @@ -0,0 +1,11 @@ +{ pkgs, ... }: + +{ + imports = [ + ../gui/default.nix + ]; + + home.packages = with pkgs; [ + gnome3.gnome-tweaks + ]; +} diff --git a/host/majestix.nix b/host/majestix.nix index 26a17ea..f73a1c7 100644 --- a/host/majestix.nix +++ b/host/majestix.nix @@ -3,7 +3,6 @@ { imports = [ ../gui/default.nix + ../gui/xmonad.nix ]; - - custom.hidpi = false; } diff --git a/host/obelix.nix b/host/obelix.nix index f4717e8..35bf141 100644 --- a/host/obelix.nix +++ b/host/obelix.nix @@ -3,10 +3,9 @@ { imports = [ ../gui/default.nix + ../gui/xmonad.nix ]; - custom.hidpi = false; - custom.tasks = { "compustream_shell" = { description = "compustream dev shell"; @@ -14,8 +13,4 @@ type = "local-shell"; }; }; - - services.kdeconnect = { - enable = true; - }; } -- cgit v1.2.3