change structure

This commit is contained in:
Frost-Phoenix 2024-04-13 13:32:38 +02:00
parent 15a871287b
commit 04e4aa6164
3 changed files with 5 additions and 1 deletions

View file

@ -21,6 +21,7 @@
++ [(import ./starship.nix)]
# ++ [ (import ./steam.nix) ]
++ [(import ./swaylock.nix)]
++ [(import ./unity.nix)]
++ [(import ./vscodium.nix)]
++ [(import ./waybar)]
++ [(import ./wofi.nix)]

View file

@ -21,7 +21,6 @@
soundwireserver # pass audio to android phone
todo # cli todo list
toipe # typing test in the terminal
unityhub
valgrind # c memory analyzer
yazi # terminal file manager
youtube-dl

4
modules/home/unity.nix Normal file
View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = (with pkgs; [ unityhub ]);
}