This commit is contained in:
Hadi
2024-03-13 11:31:15 +01:00
parent 884b366ed2
commit a17cf20b6d
17 changed files with 152 additions and 40 deletions

View File

@@ -1,10 +1,10 @@
{ config, pkgs, ... }: {
home.username = "hadi";
home.homeDirectory = "/home/hadi";
home.packages = with pkgs; [
swappy
spotify
imv
discord
obsidian
@@ -50,5 +50,7 @@
./nextcloud
./scripts
./neofetch
./spicetify
./variables/theme
];
}