refactor(nix): Mix stable and unstable packages
Also replace inkscape with brew cask inkscape on macOS
This commit is contained in:
parent
90c0934bf2
commit
26c9cfbaed
13 changed files with 133 additions and 72 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, config, vars, common, inputs, ... }:
|
||||
{ pkgs, pkgs-unstable, config, vars, common, inputs, ... }:
|
||||
|
||||
{
|
||||
# I don't want to risk breaking my hackintosh setup in case Apple decided to
|
||||
|
@ -17,7 +17,6 @@
|
|||
pkgs.gnupg
|
||||
pkgs.htop-vim
|
||||
common.custom.python
|
||||
(pkgs.inkscape.override { python3 = common.custom.python; })
|
||||
#(pkgs.poetry.override { python3 = common.custom.python; })
|
||||
pkgs.fastfetch
|
||||
pkgs.eza
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue