chupacabra home machine config
This commit is contained in:
parent
81628a9c39
commit
6ae7133781
2 changed files with 9 additions and 5 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
let machine = ./machines/chupacabra.nix; in
|
||||
{
|
||||
imports = [
|
||||
./modules/alacritty.nix
|
||||
|
|
@ -11,6 +12,7 @@
|
|||
./modules/alsi.nix
|
||||
./modules/lib/cloneRepo.nix
|
||||
|
||||
machine
|
||||
];
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
|
|
@ -98,9 +100,4 @@
|
|||
"text/html" = [ "firefox.desktop" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue