change structure
This commit is contained in:
parent
15a871287b
commit
04e4aa6164
|
@ -21,6 +21,7 @@
|
||||||
++ [(import ./starship.nix)]
|
++ [(import ./starship.nix)]
|
||||||
# ++ [ (import ./steam.nix) ]
|
# ++ [ (import ./steam.nix) ]
|
||||||
++ [(import ./swaylock.nix)]
|
++ [(import ./swaylock.nix)]
|
||||||
|
++ [(import ./unity.nix)]
|
||||||
++ [(import ./vscodium.nix)]
|
++ [(import ./vscodium.nix)]
|
||||||
++ [(import ./waybar)]
|
++ [(import ./waybar)]
|
||||||
++ [(import ./wofi.nix)]
|
++ [(import ./wofi.nix)]
|
||||||
|
|
|
@ -21,7 +21,6 @@
|
||||||
soundwireserver # pass audio to android phone
|
soundwireserver # pass audio to android phone
|
||||||
todo # cli todo list
|
todo # cli todo list
|
||||||
toipe # typing test in the terminal
|
toipe # typing test in the terminal
|
||||||
unityhub
|
|
||||||
valgrind # c memory analyzer
|
valgrind # c memory analyzer
|
||||||
yazi # terminal file manager
|
yazi # terminal file manager
|
||||||
youtube-dl
|
youtube-dl
|
||||||
|
|
4
modules/home/unity.nix
Normal file
4
modules/home/unity.nix
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.packages = (with pkgs; [ unityhub ]);
|
||||||
|
}
|
Loading…
Reference in a new issue