summaryrefslogtreecommitdiffstats
path: root/tv/1systems/querel
diff options
context:
space:
mode:
authorlassulus <lass@blue.r>2018-10-07 11:41:44 +0200
committerlassulus <lass@blue.r>2018-10-07 11:41:44 +0200
commitb4c5c19112f16d6d71455be0c4b9b946b4909c30 (patch)
treef0d5846763d84d83b2cf3ee372c10c9e4f2a6321 /tv/1systems/querel
parent8bb0e8442e377cb1152959d5de4f61cb135cc31a (diff)
parent94c1cf62732f26944b5bb613c4880011f68420a3 (diff)
Merge remote-tracking branch 'ni/master' into 18.09
Diffstat (limited to 'tv/1systems/querel')
-rw-r--r--tv/1systems/querel/config.nix10
1 files changed, 3 insertions, 7 deletions
diff --git a/tv/1systems/querel/config.nix b/tv/1systems/querel/config.nix
index 5f981c6..01d67b5 100644
--- a/tv/1systems/querel/config.nix
+++ b/tv/1systems/querel/config.nix
@@ -2,10 +2,9 @@ with import <stockholm/lib>;
{ config, pkgs, ... }: {
imports = [
- <stockholm/krebs>
- <stockholm/tv/2configs>
- <stockholm/tv/3modules>
+ <stockholm/tv>
<stockholm/tv/2configs/retiolum.nix>
+ <stockholm/tv/2configs/xp-332.nix>
];
krebs.build.host = config.krebs.hosts.querel;
@@ -37,6 +36,7 @@ with import <stockholm/lib>;
sxiv
texlive.combined.scheme-full
vim
+ xsane
zathura
];
@@ -67,10 +67,6 @@ with import <stockholm/lib>;
programs.ssh.startAgent = false;
- services.printing = {
- enable = true;
- };
-
services.xserver.enable = true;
services.xserver.layout = "de";
services.xserver.xkbOptions = "eurosign:e";