another small reorg
This commit is contained in:
@@ -1,13 +1,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# shared apps
|
# shared apps
|
||||||
./browsers
|
|
||||||
./discord
|
|
||||||
./utility
|
|
||||||
./alacritty
|
|
||||||
./foot
|
|
||||||
./neovim
|
./neovim
|
||||||
./kitty
|
./waybar
|
||||||
./yazi
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -3,8 +3,6 @@
|
|||||||
# shared imports
|
# shared imports
|
||||||
./dconf
|
./dconf
|
||||||
./gtk
|
./gtk
|
||||||
./neovim
|
|
||||||
./waybar
|
|
||||||
./xdg
|
./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