diff options
author | stuebinm | 2024-05-13 19:38:44 +0200 |
---|---|---|
committer | stuebinm | 2024-05-13 19:38:44 +0200 |
commit | ab102721c34e1b2f2ec5f95363808f91441188a3 (patch) | |
tree | 655ed21b562aadaec65c499ae20e208b5c16c623 | |
parent | 5f419864b011eead8d9dc78cefe724d1a97158b7 (diff) |
tweaks
-rw-r--r-- | common/desktop.nix | 4 | ||||
-rw-r--r-- | pkgs/default.nix | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/common/desktop.nix b/common/desktop.nix index f80d26c..5d3bcf5 100644 --- a/common/desktop.nix +++ b/common/desktop.nix @@ -5,10 +5,6 @@ ./common.nix ]; - # nix.extraOptions = '' - # plugin-files = ${pkgs.nix-doc}/lib/libnix_doc_plugin.so - # ''; - # Enable CUPS to print documents. services.printing = { enable = true; diff --git a/pkgs/default.nix b/pkgs/default.nix index d028af2..f9d50c0 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -8,4 +8,6 @@ hikari_unstable heartwood radicle-interface radicle-tui inweb nomsring bookwyrm mollysocket git-annex-remote-remarkable2 ntfy-matrix-bot transport_validator; + + pkgs = nixpkgs; } |