cleanup packages and work updates

This commit is contained in:
foosinn 2021-08-03 17:22:30 +02:00
parent 6e6b8224b0
commit 3e3a3a291a
4 changed files with 24 additions and 13 deletions

View file

@ -2,7 +2,6 @@
let
unstable = import <nixos-unstable> { config.allowUnfree = true; };
cloudstation = pkgs.libsForQt5.callPackage (import ../packages/cloudstation.nix) {};
in {
networking.networkmanager.enable = true;