add user config

This commit is contained in:
TheWanderingCrow 2025-06-30 08:32:15 -04:00
parent c00f813239
commit bb156aca07
2 changed files with 8 additions and 0 deletions

8
home/crow/Incarceron.nix Normal file
View file

@ -0,0 +1,8 @@
{...}: {
imports = [
common/core
common/optional/desktops/niri.nix
common/optional/desktops/sway
common/optional/browsers/firefox.nix
];
}