mirror of
https://github.com/callumio/nixfiles.git
synced 2026-08-06 20:49:17 +01:00
profiles
This commit is contained in:
parent
85216d6290
commit
1f779fff49
5 changed files with 48 additions and 0 deletions
10
modules/profiles/graphical.nix
Normal file
10
modules/profiles/graphical.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
flake.nixosModules.profile-graphical = {
|
||||
imports = [
|
||||
config.flake.nixosmodules.profile-base
|
||||
config.flake.nixosModules.pinentry-fix-wayland
|
||||
inputs.stylix.nixosModules.stylix
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue