Tuning/refactoring/etc
This commit is contained in:
parent
cdfcbf76e3
commit
73482423ee
28 changed files with 189 additions and 211 deletions
|
|
@ -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
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue