Tuning/refactoring/etc

This commit is contained in:
Don Harper 2026-05-16 22:36:47 -05:00
parent cdfcbf76e3
commit 73482423ee
28 changed files with 189 additions and 211 deletions

View file

@ -1,9 +1,12 @@
{
pkgs,
config,
lib,
inputs,
osConfig,
osConfig ? null,
...
}: {
}:
{
imports = [
./bash.nix
./btop.nix
@ -13,6 +16,7 @@
./ssh.nix
./topgrade.nix
];
home.packages = with pkgs; [
figlet
file
@ -49,7 +53,7 @@
enableSshSupport = true;
};
};
home.file.".links/links.cfg".source = files/links.cfg;
home.file.".links/links.cfg".source = ./files/links.cfg;
xdg.configFile."nix/nix.conf".text = ''
extra-experimental-features = flakes nix-command
'';