Start refactoring pc and desktop configurations
All checks were successful
/ check (push) Successful in 1m45s

This commit is contained in:
Oliver Davies 2025-07-31 18:58:14 +01:00
parent a2e3cc96fb
commit 3bcf37f394
6 changed files with 5 additions and 15 deletions

View file

@ -7,7 +7,7 @@
{
flake.modules.nixos = {
workstation = {
pc = {
imports = [ inputs.home-manager.nixosModules.home-manager ];
home-manager = {
@ -31,7 +31,7 @@
};
};
pc.home-manager.users.${config.flake.meta.owner.username}.imports = [
desktop.home-manager.users.${config.flake.meta.owner.username}.imports = [
config.flake.modules.homeManager.gui
];
};