diff options
author | lassulus <lassulus@lassul.us> | 2018-08-14 14:15:29 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-08-14 14:35:19 +0200 |
commit | c02fae77f38a553ee41452254ad6db5161561082 (patch) | |
tree | 6977e0e679962963c11a174e48185432a6360ef2 /lass/2configs | |
parent | f2874621756d03420ff427db496e9d6424cbd57c (diff) |
l baseX: cleanup
Diffstat (limited to 'lass/2configs')
-rw-r--r-- | lass/2configs/baseX.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lass/2configs/baseX.nix b/lass/2configs/baseX.nix index d44e72bde..95aac2d18 100644 --- a/lass/2configs/baseX.nix +++ b/lass/2configs/baseX.nix @@ -8,7 +8,6 @@ in { ./mpv.nix ./power-action.nix ./copyq.nix - ./livestream.nix ./urxvt.nix ./network-manager.nix { @@ -61,19 +60,15 @@ in { environment.systemPackages = with pkgs; [ acpi ag - bank cabal2nix cholerab dic dmenu font-size - gi gitAndTools.qgit git-preview gnome3.dconf lm_sensors - mpv-poll - much ncdu nix-index nix-repl @@ -82,18 +77,14 @@ in { powertop push rxvt_unicode_with-plugins - slock sxiv taskwarrior termite - timewarrior xclip xephyrify xorg.xbacklight xorg.xhost xsel - youtube-tools - yt-next zathura ]; @@ -104,7 +95,6 @@ in { xlibs.fontschumachermisc ]; - #lass.xserver.enable = true; services.xserver = { enable = true; layout = "us"; |