another small reorg

This commit is contained in:
cnst
2024-08-03 14:59:44 +02:00
parent ae9ee0cb35
commit e6f172ea43
64 changed files with 18 additions and 11 deletions

View File

@@ -1,13 +1,7 @@
{ {
imports = [ imports = [
# shared apps # shared apps
./browsers
./discord
./utility
./alacritty
./foot
./neovim ./neovim
./kitty ./waybar
./yazi
]; ];
} }

View File

@@ -10,9 +10,10 @@
"cnst@cnix" = [ "cnst@cnix" = [
./usr/share/git/cnst ./usr/share/git/cnst
./usr/share/shell/cnst ./usr/share/shell/cnst
./etc/hyprland/cnst ./bin/hyprland/cnst
./etc ./etc
./bin ./bin
./opt
./srv ./srv
./profiles/cnst ./profiles/cnst
]; ];
@@ -22,15 +23,17 @@
./etc/hyprland/cnst ./etc/hyprland/cnst
./etc ./etc
./bin ./bin
./opt
./srv ./srv
./profiles/adam ./profiles/adam
]; ];
"toothpick@toothpc" = [ "toothpick@toothpc" = [
./usr/share/git/toothpick ./usr/share/git/toothpick
./usr/share/shell/toothpick ./usr/share/shell/toothpick
./etc/hyprland/toothpick ./bin/hyprland/toothpick
./etc ./etc
./bin ./bin
./opt
./srv ./srv
./profiles/toothpick ./profiles/toothpick
]; ];

View File

@@ -3,8 +3,6 @@
# shared imports # shared imports
./dconf ./dconf
./gtk ./gtk
./neovim
./waybar
./xdg ./xdg
]; ];
} }

12
home/opt/default.nix Normal file
View File

@@ -0,0 +1,12 @@
{
imports = [
# shared apps
./browsers
./discord
./utility
./alacritty
./foot
./kitty
./yazi
];
}