feat: fish module
This commit is contained in:
parent
6afaf00bba
commit
9bb12ee272
3 changed files with 28 additions and 8 deletions
|
@ -11,8 +11,10 @@
|
|||
extraModules
|
||||
++ [
|
||||
../computers/${host}
|
||||
inputs.self.nixosModules.default
|
||||
({config, ...}: {
|
||||
config = {
|
||||
alqueva.fish.enable = true;
|
||||
nix = {
|
||||
settings.extra-experimental-features = [
|
||||
"nix-command"
|
||||
|
@ -23,14 +25,6 @@
|
|||
dates = "weekly";
|
||||
};
|
||||
};
|
||||
programs.fish = {
|
||||
vendor = {
|
||||
functions.enable = true;
|
||||
config.enable = true;
|
||||
completions.enable = true;
|
||||
};
|
||||
enable = true;
|
||||
};
|
||||
users = {
|
||||
users.${user} = {
|
||||
isNormalUser = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue