diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 12:05:17 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 12:05:17 +0200 |
| commit | 31f8b7a3475cfe6f6c98aac0835477c5190f1d8e (patch) | |
| tree | 55a4c93f4df6ea7bca8a51ffafb2eb6dc4359b80 /home/rices/plasma6/default.nix | |
| parent | b36a8271ad7e52d2ecfcf93ce98ce238c833f4a3 (diff) | |
| parent | eaf2ae5fbcbdfecb7d07aa1067b2e55209fcd411 (diff) | |
Merge branch 'refactor-rice-system'
Diffstat (limited to 'home/rices/plasma6/default.nix')
| -rw-r--r-- | home/rices/plasma6/default.nix | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/home/rices/plasma6/default.nix b/home/rices/plasma6/default.nix index d363548..6b7865d 100644 --- a/home/rices/plasma6/default.nix +++ b/home/rices/plasma6/default.nix @@ -1,6 +1,4 @@ -{...}: { - imports = [ - ./stylix.nix - ./plasma.nix - ]; +{ + system = import ./system.nix; + home = import ./home.nix; } |
