This website requires JavaScript.
Explore
Help
Sign In
holm
/
donovanglover-nix-config
Watch
1
Star
0
Fork
0
You've already forked donovanglover-nix-config
forked from
extern/nix-config
Code
Pull Requests
Activity
ac801ad5bf
donovanglover-nix-config
/
specializations
/
plasma.nix
8 lines
102 B
Nix
Raw
Normal View
History
Unescape
Escape
specializations: Add plasma This *works*, and the best part is I didn't have to do *anything* (besides write this configuration file, that is). Thanks to NixOS, it is possible to have GNOME, Plasma, Hyprland, and whatever else you want installed on the same computer without those desktop environments conflicting with each other. This configuration is done in a fully reproducible and declarative setup with minimal code, without having to modify any external files or run any imperative commands.
2023-06-18 00:54:41 +02:00
{
specialisation
.
plasma
.
configuration
=
{
meta: Use separate module for plasma This enables plasma to be used as both a specialization and as a desktop environment in a virtual machine.
2023-06-18 04:23:25 +02:00
imports
=
[
../modules/plasma.nix
]
;
specializations: Add plasma This *works*, and the best part is I didn't have to do *anything* (besides write this configuration file, that is). Thanks to NixOS, it is possible to have GNOME, Plasma, Hyprland, and whatever else you want installed on the same computer without those desktop environments conflicting with each other. This configuration is done in a fully reproducible and declarative setup with minimal code, without having to modify any external files or run any imperative commands.
2023-06-18 00:54:41 +02:00
}
;
}
Copy Permalink