Update configuration.nix

This commit is contained in:
Ren Lawrence Lin 2024-09-03 18:10:07 -07:00 committed by GitHub
parent f852267b8b
commit 5cc7995f7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,11 +6,6 @@
pkgs,
...
}:
let
nixvim = import (builtins.fetchGit {
url = "https://github.com/nix-community/nixvim";
});
in
{
imports = [
# Include the results of the hardware scan.
@ -132,7 +127,6 @@ in
};
programs.fish.enable = true;
programs.nixvim.enable = true;
users.users.kaitotlex.shell = pkgs.fish;
# Some programs need SUID wrappers, can be configured further or are