mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
home manager uses global packages
This commit is contained in:
parent
9a50ad5a3f
commit
1b3b5e4b12
9 changed files with 64 additions and 72 deletions
|
@ -150,7 +150,7 @@ in {
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.packages = [ pkgs.qutebrowser
|
||||
(pkgs.callPackage qute-containers {}) # TODO disabled for debugging
|
||||
(pkgs.callPackage qute-containers {})
|
||||
];
|
||||
|
||||
home.file.".config/qutebrowser/userscripts/container-open".source = "${(pkgs.callPackage qute-containers {})}/bin/container-open";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue