Remove unfree overlay: we always use unfree anyway
This commit is contained in:
parent
f022d303b5
commit
b6ba49fce0
4 changed files with 3 additions and 4 deletions
|
@ -6,7 +6,7 @@ with lib; {
|
|||
];
|
||||
config = (mkIf (strings.hasSuffix "linux" pkgs.system) {
|
||||
home.packages = with pkgs; [
|
||||
unfree.vivaldi
|
||||
vivaldi
|
||||
psmisc # killall and friends
|
||||
|
||||
pinentry-gnome
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
htop-vim
|
||||
|
||||
## To do tunneling with cloudflare
|
||||
pkgs.unfree.cloudflared
|
||||
pkgs.cloudflared
|
||||
|
||||
# Databases
|
||||
postgresql
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue