feat: switch to nixvim
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
07d661f1db
commit
2188eaaa7d
5 changed files with 448 additions and 100 deletions
|
|
@ -1,14 +1,10 @@
|
|||
{
|
||||
inputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
theme = import ../../../lib/theme { inherit pkgs; };
|
||||
in
|
||||
{
|
||||
}: let
|
||||
theme = import ../../../lib/theme {inherit pkgs;};
|
||||
in {
|
||||
imports = [
|
||||
inputs.catppuccin.homeManagerModules.catppuccin
|
||||
|
||||
|
|
@ -37,6 +33,7 @@ in
|
|||
|
||||
home.packages = with pkgs; [
|
||||
sops
|
||||
inputs.nixvim.packages.x86_64-linux.default
|
||||
];
|
||||
|
||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue