mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
profiles/desktop: rename into profiles/system
It is causing some confusion since it is slowly gaining some non-desktop-related functions too. A rename would be appropriate now.
This commit is contained in:
parent
d5a1d093d1
commit
7ae53c1563
@ -24,7 +24,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
profiles = {
|
profiles = {
|
||||||
desktop = {
|
system = {
|
||||||
enable = true;
|
enable = true;
|
||||||
fonts.enable = true;
|
fonts.enable = true;
|
||||||
};
|
};
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
profiles = {
|
profiles = {
|
||||||
agenix.enable = true;
|
agenix.enable = true;
|
||||||
archiving.enable = true;
|
archiving.enable = true;
|
||||||
desktop = {
|
system = {
|
||||||
enable = true;
|
enable = true;
|
||||||
audio.enable = true;
|
audio.enable = true;
|
||||||
fonts.enable = true;
|
fonts.enable = true;
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
# That can be found in the `themes` module.
|
# That can be found in the `themes` module.
|
||||||
{ inputs, config, options, lib, pkgs, ... }:
|
{ inputs, config, options, lib, pkgs, ... }:
|
||||||
|
|
||||||
let cfg = config.profiles.desktop;
|
let cfg = config.profiles.system;
|
||||||
in {
|
in {
|
||||||
options.profiles.desktop = {
|
options.profiles.system = {
|
||||||
enable =
|
enable =
|
||||||
lib.mkEnableOption "all desktop-related services and default programs";
|
lib.mkEnableOption "all desktop-related services and default programs";
|
||||||
audio.enable =
|
audio.enable =
|
Loading…
Reference in New Issue
Block a user