aboutsummaryrefslogtreecommitdiff
path: root/custom.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2022-10-16 20:59:27 +0200
committerAdrian Kummerlaender2022-10-16 21:00:28 +0200
commit28667b7c6f3e187a3b550d9d62ac1e503c054a92 (patch)
tree1537dab68235d5fd365932ac530922ff65a68014 /custom.nix
parentfc4fe90133b063fd95c8c2540b0272405e0eabb7 (diff)
downloadnixos_home-28667b7c6f3e187a3b550d9d62ac1e503c054a92.tar
nixos_home-28667b7c6f3e187a3b550d9d62ac1e503c054a92.tar.gz
nixos_home-28667b7c6f3e187a3b550d9d62ac1e503c054a92.tar.bz2
nixos_home-28667b7c6f3e187a3b550d9d62ac1e503c054a92.tar.lz
nixos_home-28667b7c6f3e187a3b550d9d62ac1e503c054a92.tar.xz
nixos_home-28667b7c6f3e187a3b550d9d62ac1e503c054a92.tar.zst
nixos_home-28667b7c6f3e187a3b550d9d62ac1e503c054a92.zip
Add idefix config, optional xmonad, deprecate hidpi option
Diffstat (limited to 'custom.nix')
-rw-r--r--custom.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/custom.nix b/custom.nix
index 38a0046..fc4d5df 100644
--- a/custom.nix
+++ b/custom.nix
@@ -6,11 +6,6 @@ let
in {
options.custom = {
- hidpi = mkOption {
- type = types.bool;
- description = "Configure UI for high DPI displays";
- };
-
tasks = mkOption {
type = types.attrsOf (types.submodule {
options = {