make a bootstrap base config

This commit is contained in:
Satria 2026-02-28 19:12:41 +07:00
commit eea20f2363
5 changed files with 52 additions and 3 deletions

View file

@ -1,9 +1,6 @@
{ username, ... }: {
imports = [
./misc/kde-connect.nix
./core/apps.nix
./core/zed.nix
./core/xdg.nix
./core/cli.nix
./core/zsh.nix
];

View file

@ -10,6 +10,9 @@
./rice/cursor.nix
./rice/theme.nix
./rice/keybinds.nix
./misc/kde-connect.nix
./core/zed.nix
./core/xdg.nix
];
services = {