another small reorg
This commit is contained in:
@@ -1,13 +1,7 @@
|
||||
{
|
||||
imports = [
|
||||
# shared apps
|
||||
./browsers
|
||||
./discord
|
||||
./utility
|
||||
./alacritty
|
||||
./foot
|
||||
./neovim
|
||||
./kitty
|
||||
./yazi
|
||||
./waybar
|
||||
];
|
||||
}
|
||||
|
||||
@@ -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
|
||||
];
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
# shared imports
|
||||
./dconf
|
||||
./gtk
|
||||
./neovim
|
||||
./waybar
|
||||
./xdg
|
||||
];
|
||||
}
|
||||
|
||||
12
home/opt/default.nix
Normal file
12
home/opt/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
imports = [
|
||||
# shared apps
|
||||
./browsers
|
||||
./discord
|
||||
./utility
|
||||
./alacritty
|
||||
./foot
|
||||
./kitty
|
||||
./yazi
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user