refactor: delete old Ansible configuration

- Remove the Ansible files.
- Move the Nix files to the root level of the repository.

Refs: 
This commit is contained in:
Oliver Davies 2022-12-20 19:58:39 +00:00
parent a2bded636e
commit 7235dc60dd
98 changed files with 28 additions and 1660 deletions
configuration

View file

@ -0,0 +1,19 @@
{ config, lib, pkgs, ... }:
{
imports = [
../../home-manager/modules/common.nix
../../home-manager/modules/git.nix
../../home-manager/modules/home-manager.nix
../../home-manager/modules/tmux.nix
../../home-manager/modules/zsh.nix
];
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
docker
docker-compose
jetbrains-mono
];
}

View file

@ -0,0 +1,11 @@
{ config, lib, pkgs, ... }:
{
imports = [
../../home-manager/modules/common.nix
../../home-manager/modules/git.nix
../../home-manager/modules/home-manager.nix
../../home-manager/modules/tmux.nix
../../home-manager/modules/zsh.nix
];
}