From 619a864e92fa89890e4e1676af3d3be9d4519ece Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 11 Sep 2018 18:49:19 +0200 Subject: shell.nix: RIP --- tv/1systems/mu/source.nix | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 tv/1systems/mu/source.nix (limited to 'tv/1systems/mu') diff --git a/tv/1systems/mu/source.nix b/tv/1systems/mu/source.nix deleted file mode 100644 index 7e148cf..0000000 --- a/tv/1systems/mu/source.nix +++ /dev/null @@ -1,3 +0,0 @@ -import { - name = "mu"; -} -- cgit v1.2.3 From 85974cbe74ebf01d75fd3d93233870baa0dead32 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 16 Sep 2018 21:31:14 +0200 Subject: tv mu: import --- tv/1systems/mu/config.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tv/1systems/mu') diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix index 6c22971..014d144 100644 --- a/tv/1systems/mu/config.nix +++ b/tv/1systems/mu/config.nix @@ -2,9 +2,7 @@ with import ; { config, pkgs, ... }: { imports = [ - - - + ]; -- cgit v1.2.3 From 5596dcc76837d3f36a946ea6c54d3a95daa6da69 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 16 Sep 2018 22:02:16 +0200 Subject: tv mu: add plasma-pa --- tv/1systems/mu/config.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tv/1systems/mu') diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix index 014d144..f513665 100644 --- a/tv/1systems/mu/config.nix +++ b/tv/1systems/mu/config.nix @@ -55,6 +55,7 @@ with import ; gimp iptables libreoffice + plasma-pa (pkgs.pidgin-with-plugins.override { plugins = [ pkgs.pidginotr ]; }) -- cgit v1.2.3