Update configuration.nix
This commit is contained in:
parent
f852267b8b
commit
5cc7995f7d
1 changed files with 0 additions and 6 deletions
|
@ -6,11 +6,6 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
|
||||||
nixvim = import (builtins.fetchGit {
|
|
||||||
url = "https://github.com/nix-community/nixvim";
|
|
||||||
});
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
|
@ -132,7 +127,6 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
programs.nixvim.enable = true;
|
|
||||||
users.users.kaitotlex.shell = pkgs.fish;
|
users.users.kaitotlex.shell = pkgs.fish;
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue