feat: couple of updates - added i3, neovim, etc...)

This commit is contained in:
Xavier Morel
2025-04-25 09:31:14 +02:00
committed by installer
parent f17b416af5
commit 285d96d758
6 changed files with 92 additions and 46 deletions

View File

@@ -2,6 +2,7 @@
config,
pkgs,
inputs,
nixpkgs,
...
}:
@@ -62,6 +63,7 @@
"nix-command"
"flakes"
];
trusted-users = [ "root" "yoru" ];
};
gc = {
automatic = true;
@@ -69,6 +71,11 @@
options = "--delete-older-than 10d";
};
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
extraOptions = ''
extra-substituters = https://devenv.cachix.org
extra-trusted-public-keys = devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw=
'';
};
time.timeZone = "Europe/Paris";
@@ -93,8 +100,14 @@
bluetooth.powerOnBoot = true;
};
environment.sessionVariables = {
FLAKE = "/home/yoru/nixos";
environment = {
sessionVariables = {
FLAKE = "/home/yoru/nixos";
DIRENV_LOG_FORMAT = "";
};
systemPackages = with pkgs; [
logitech-udev-rules
];
};
security = {