Add ssh and git configuration
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
{ pkgs, lib, ... }:
|
||||
let
|
||||
profile = import ../profile.nix;
|
||||
profile = import ../profile.nix;
|
||||
in
|
||||
{
|
||||
|
||||
imports = [
|
||||
./file-system.nix
|
||||
./media.nix
|
||||
];
|
||||
imports = [
|
||||
./file-system.nix
|
||||
./media.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
gnumake
|
||||
python3
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
gnumake
|
||||
python3
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user