mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Reformat. Small changes.
Ran nixfmt on the whole project. Added an alias for doing that. Changed some SSH aliases.
This commit is contained in:
parent
6dcbea4918
commit
fdf7cb9e98
9 changed files with 62 additions and 65 deletions
|
|
@ -4,11 +4,7 @@ let
|
|||
sources = import ../../nix/sources.nix;
|
||||
unstable = import sources.nixpkgs-unstable { };
|
||||
in {
|
||||
imports = [
|
||||
../../modules
|
||||
../users
|
||||
(sources.home-manager + "/nixos")
|
||||
];
|
||||
imports = [ ../../modules ../users (sources.home-manager + "/nixos") ];
|
||||
|
||||
#boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
||||
#boot.kernelParams = [ "quiet" ];
|
||||
|
|
@ -49,6 +45,7 @@ in {
|
|||
ripgrep
|
||||
git
|
||||
kitty.terminfo
|
||||
nixfmt
|
||||
mprime
|
||||
wget
|
||||
rsync
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue