mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
chore: fix deprecations/incompatibilities with latest nixos-unstable
This commit is contained in:
parent
b1c5de7cc3
commit
d434f6d7be
2 changed files with 2 additions and 6 deletions
|
@ -43,12 +43,7 @@ in
|
||||||
vi_normal = "block";
|
vi_normal = "block";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
plugins = with pkgs.nushellPlugins; [
|
plugins = with pkgs.nushellPlugins; [ polars ];
|
||||||
gstat
|
|
||||||
polars
|
|
||||||
highlight
|
|
||||||
gstat
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.fzf = {
|
programs.fzf = {
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
swaync.enable = false;
|
swaync.enable = false;
|
||||||
hyprlock.enable = false;
|
hyprlock.enable = false;
|
||||||
hyprland.enable = false;
|
hyprland.enable = false;
|
||||||
|
starship.enable = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue