zenix: setup cosmic but break nixvim

This commit is contained in:
tristan 2024-08-13 08:20:20 +01:00
parent c567c5d94a
commit a135410aab
4 changed files with 78 additions and 44 deletions

View file

@ -2,6 +2,7 @@
inputs,
pkgs,
lib,
config,
...
}: {
imports = [
@ -70,4 +71,8 @@
nerdfonts
interalia
];
home-manager.users.${config.user}.imports = [
../home/workstation.nix
];
}