modules/home/common/desktop: add signal
This commit is contained in:
parent
6c2ff474ef
commit
f43385c94e
2 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
fontconfig
|
fontconfig
|
||||||
|
signal-desktop
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
|
|
|
@ -37,6 +37,8 @@ let
|
||||||
# NixOS' fish module doesn't allow setting what package to use for fish,
|
# NixOS' fish module doesn't allow setting what package to use for fish,
|
||||||
# so I need to override the fish package.
|
# so I need to override the fish package.
|
||||||
nixpkgs.overlays = [ (_: _: { inherit (inputs'.settei.packages) fish; }) ];
|
nixpkgs.overlays = [ (_: _: { inherit (inputs'.settei.packages) fish; }) ];
|
||||||
|
# TODO: Move to home/common/desktop
|
||||||
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "signal-desktop" ];
|
||||||
|
|
||||||
nix.settings.allow-import-from-derivation = false;
|
nix.settings.allow-import-from-derivation = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue