refactor: vm configuration

This commit is contained in:
Alexander Navarro 2024-09-26 16:23:57 -03:00
parent c0e832a556
commit 8f2aa316c0
Signed by untrusted user who does not match committer: anavarro
GPG key ID: 6426043E9FA3E3B5
8 changed files with 262 additions and 285 deletions

View file

@ -1,6 +1,8 @@
{ config, pkgs, ... }:
{
config,
pkgs,
...
}: {
# Home Manager needs a bit of information about you and the paths it should
# manage.
home.username = "aleidk";
@ -34,7 +36,6 @@
# (pkgs.writeShellScriptBin "my-hello" ''
# echo "Hello, ${config.home.username}!"
# '')
pkgs.git
];
# Home Manager is pretty good at managing dotfiles. The primary way to manage