From 9cc3eea82d60dc5ed9f4de7c15d63ee162e639fb Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 10 Jun 2023 12:50:53 +0200 Subject: init flake.nix --- .../3modules/upstream/window-managers/default.nix | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'krebs/3modules/upstream/window-managers') diff --git a/krebs/3modules/upstream/window-managers/default.nix b/krebs/3modules/upstream/window-managers/default.nix index eecadca7e..cb071f5b8 100644 --- a/krebs/3modules/upstream/window-managers/default.nix +++ b/krebs/3modules/upstream/window-managers/default.nix @@ -1,22 +1,22 @@ { imports = [ - # Replace upstream xmonad module with one that will be reloaded if changed. - # - # This module is intended to be upstreamed once fully tested. - # The patch to be committed can be obtained using: - # - # diff -u \ - # - # - { - disabledModules = [ "services/x11/window-managers/xmonad.nix" ]; - imports = [ ./xmonad.nix ]; - nixpkgs.overlays = [(self: super: { - writers = super.writers // { - writeHaskellBin = name: spec: with import ; - super.writers.writeHaskellBin name (removeAttrs spec ["ghcArgs"]); - }; - })]; - } + # # Replace upstream xmonad module with one that will be reloaded if changed. + # # + # # This module is intended to be upstreamed once fully tested. + # # The patch to be committed can be obtained using: + # # + # # diff -u \ + # # + # # + # { + # disabledModules = [ "services/x11/window-managers/xmonad.nix" ]; + # imports = [ ./xmonad.nix ]; + # nixpkgs.overlays = [(self: super: { + # writers = super.writers // { + # writeHaskellBin = name: spec: + # super.writers.writeHaskellBin name (builtins.removeAttrs spec ["ghcArgs"]); + # }; + # })]; + # } ]; } -- cgit v1.2.3