mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Inherit enablement of os options in hm
This commit is contained in:
parent
78d8069a88
commit
b0f3028c6e
4 changed files with 12 additions and 9 deletions
|
|
@ -6,15 +6,12 @@
|
|||
}:
|
||||
{
|
||||
myConfig = {
|
||||
de.hyprland.enable = true;
|
||||
shell.zsh.enable = true;
|
||||
git.enable = true;
|
||||
vscode.enable = true;
|
||||
equalizer.enable = true;
|
||||
sops.enable = false;
|
||||
night-light.enable = true;
|
||||
flatpak.enable = true;
|
||||
virtualisation.enable = true;
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue