diff options
author | Alan Pearce | 2017-09-09 21:23:44 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-09 21:23:44 +0200 |
commit | 2d522c9c0a0d33d151435a0aed6c48684dd678cd (patch) | |
tree | f51cb6a3a50fc2ca39fce50429e127cc0b6a85a8 | |
parent | fcda0e9be54eff63d8acc89f67e5e37b220ee369 (diff) | |
download | nixos-configuration-2d522c9c0a0d33d151435a0aed6c48684dd678cd.tar.lz nixos-configuration-2d522c9c0a0d33d151435a0aed6c48684dd678cd.tar.zst nixos-configuration-2d522c9c0a0d33d151435a0aed6c48684dd678cd.zip |
marvin: Add window-manager config
-rw-r--r-- | marvin.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/marvin.nix b/marvin.nix index f82d2e6..ca080fa 100644 --- a/marvin.nix +++ b/marvin.nix @@ -27,6 +27,7 @@ ./modules/passwords.nix ./modules/network-manager.nix ./modules/nix.nix + ./modules/window-manager.nix ./modules/i3.nix ]; |