mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-03-02 10:52:48 +01:00
remove dependency on niri overlay from sodi and switch to just kdl
This commit is contained in:
parent
0cb98d2868
commit
3cacac4e6a
21 changed files with 352 additions and 653 deletions
|
|
@ -1,12 +1,11 @@
|
|||
{
|
||||
rs-programs,
|
||||
niri,
|
||||
...
|
||||
}:
|
||||
{
|
||||
nix = {
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
experimental-features = nix-command flakes pipe-operator
|
||||
keep-outputs = true
|
||||
keep-derivations = true
|
||||
'';
|
||||
|
|
@ -27,7 +26,6 @@
|
|||
};
|
||||
overlays = [
|
||||
rs-programs
|
||||
niri.overlays.niri
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue