This website requires JavaScript.
Explore
Help
Sign In
extern
/
nix-config
Watch
1
Star
0
Fork
1
You've already forked nix-config
mirror of
https://github.com/donovanglover/nix-config.git
synced
2024-11-30 04:05:26 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a9c5c5eddd
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
}
;
}
Reference in New Issue
Copy Permalink