adding info to readme about nix
This commit is contained in:
parent
db70ac90f2
commit
99afdd0b0f
3 changed files with 13 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs ? <nixpkgs> { } }:
|
||||
{ pkgs ? import <nixpkgs> { } }:
|
||||
with pkgs;
|
||||
mkShell {
|
||||
name = "presenter-env";
|
||||
|
@ -29,6 +29,7 @@ mkShell {
|
|||
|
||||
# This is only here because apparently it doesn't pick up the icon theme from the base system
|
||||
papirus-icon-theme
|
||||
# lightly-qt
|
||||
|
||||
mpv
|
||||
# libsForQt5.kconfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue