mirror of
https://github.com/callumio/nixfiles.git
synced 2026-08-06 20:49:17 +01:00
partial host migrations to flake parts
This commit is contained in:
parent
1f779fff49
commit
091cfbdf96
13 changed files with 209 additions and 165 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{ config, ... }:
|
||||
{ config, inputs, ... }:
|
||||
{
|
||||
flake.nixosModules.profile-graphical = {
|
||||
imports = [
|
||||
config.flake.nixosmodules.profile-base
|
||||
config.flake.nixosModules.pinentry-fix-wayland
|
||||
config.flake.nixosModules.profile-base
|
||||
config.flake.nixosModules.gpg-pinentry-wayland
|
||||
inputs.stylix.nixosModules.stylix
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue