compiles
This commit is contained in:
parent
d5b8a1fff9
commit
c5d41aa202
3 changed files with 2 additions and 3 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../modules/games/steam.nix
|
../../modules/games/steam.nix
|
||||||
../../modules/websites
|
../../modules/websites
|
||||||
|
../../modules/plasma
|
||||||
];
|
];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
|
@ -195,6 +196,7 @@
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
games.steam.enable = true;
|
games.steam.enable = true;
|
||||||
|
plasma.enable = true;
|
||||||
websites = {
|
websites = {
|
||||||
enable = true;
|
enable = true;
|
||||||
certMail = "acme@voorwaarts.nl";
|
certMail = "acme@voorwaarts.nl";
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
hyprland.enable = false;
|
hyprland.enable = false;
|
||||||
plasma.enable = true;
|
|
||||||
games.enable = true;
|
games.enable = true;
|
||||||
apps = {
|
apps = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,5 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hyprland.nix
|
./hyprland.nix
|
||||||
./plasma
|
|
||||||
./games
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue