Modifications to allow using in system flake, at the expense of pkgs-unstable
This commit is contained in:
parent
972e0b36e1
commit
110fa225d4
5 changed files with 50 additions and 28 deletions
|
@ -1,4 +1,5 @@
|
|||
{ pkgs, unstable, ... }: {
|
||||
#{ pkgs, pkgs-unstable, ... }: {
|
||||
{ pkgs, ... }: {
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
@ -31,8 +32,12 @@
|
|||
# Other Apps
|
||||
chromium
|
||||
qtpass
|
||||
unstable.yt-dlp
|
||||
unstable.openscad-unstable
|
||||
|
||||
#pkgs-unstable.yt-dlp
|
||||
#pkgs-unstable.openscad-unstable
|
||||
yt-dlp
|
||||
openscad-unstable
|
||||
|
||||
sublime-merge
|
||||
libreoffice
|
||||
gthumb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue