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 = [
# shared apps
./browsers
./discord
./utility
./alacritty
./foot
./neovim
./kitty
./yazi
./waybar
];
}

View File

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

View File

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

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

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