aboutsummaryrefslogtreecommitdiff
path: root/host/obelix.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 /host/obelix.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 'host/obelix.nix')
-rw-r--r--host/obelix.nix7
1 files changed, 1 insertions, 6 deletions
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;
- };
}