Gonna revert and modify the original flake, add back overlays from a shared file, and figure things out after

This commit is contained in:
Jimbo 2024-10-12 19:41:05 -04:00
parent 65f90a0bf3
commit 4ad26636a7
17 changed files with 116 additions and 14 deletions

View file

@ -1,9 +1,5 @@
{ ... }:
{
imports = [
./users
];
nixpkgs.config.allowUnfree = true;
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion

View file

@ -1,5 +1,8 @@
{pkgs, ...}: {
home.file = {
"VMs" = {
source = config.lib.file.mkOutOfStoreSymlink "/etc/libvirt/VMs";
};
".face" = {
source = ./assets/user-icon.png;
};