nix package installer
This commit is contained in:
parent
9e859af388
commit
9d5b4ddecd
3 changed files with 27 additions and 7 deletions
|
|
@ -60,10 +60,13 @@ modules:
|
|||
# If no repo information is specified, Flathub will be used by default
|
||||
install: # system flatpaks we want all users to have and not remove
|
||||
- net.waterfox.waterfox
|
||||
- com.vscodium.codium
|
||||
- org.telegram.desktop
|
||||
remove: # replace default Firefox with Waterfox
|
||||
- org.mozilla.firefox
|
||||
- scope: user # Also add Flathub user repo, but no user packages
|
||||
|
||||
- type: script
|
||||
scripts:
|
||||
- nixpkgs.sh
|
||||
|
||||
- type: signing # this sets up the proper policy & signing files for signed images to work fully
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue