mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-09-06 03:21:40 +02:00
rewrite and refactor a lot, delete redundant configs
This commit is contained in:
parent
ca61775d84
commit
c191adcc99
44 changed files with 334 additions and 1607 deletions
10
modules/shell/default.nix
Normal file
10
modules/shell/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
./helix.nix
|
||||
./nu.nix
|
||||
./starship.nix
|
||||
./zellij.nix
|
||||
./carapace.nix
|
||||
./direnv.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue