mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -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";
|
||||
};
|
||||
};
|
||||
plugins = with pkgs.nushellPlugins; [
|
||||
gstat
|
||||
polars
|
||||
highlight
|
||||
gstat
|
||||
];
|
||||
plugins = with pkgs.nushellPlugins; [ polars ];
|
||||
};
|
||||
|
||||
programs.fzf = {
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
swaync.enable = false;
|
||||
hyprlock.enable = false;
|
||||
hyprland.enable = false;
|
||||
starship.enable = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue