various updates
This commit is contained in:
parent
46151ed25b
commit
f70a18723f
17 changed files with 415 additions and 116 deletions
|
@ -1,5 +1,5 @@
|
|||
# nix-build -E 'with import <nixpkgs> {}; callPackage ./default.nix {}'
|
||||
_final: prev: {
|
||||
final: prev: {
|
||||
v = {
|
||||
glitch-soc = prev.callPackage ./glitch-soc { };
|
||||
|
||||
|
@ -22,6 +22,7 @@ _final: prev: {
|
|||
prev.callPackage ./vscode-extensions/platformio.nix { };
|
||||
};
|
||||
|
||||
hyprland-workspaces = prev.callPackage ./hyprland-workspaces { };
|
||||
};
|
||||
|
||||
plex-plexpass = prev.callPackage ./plex-pass { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue