tabs
This commit is contained in:
parent
6656d0ee62
commit
c02abc8a00
1 changed files with 6 additions and 6 deletions
|
|
@ -10,7 +10,7 @@
|
|||
./hardware-configuration.nix
|
||||
../../modules/games/steam.nix
|
||||
../../modules/websites
|
||||
../../modules/plasma
|
||||
../../modules/plasma
|
||||
];
|
||||
|
||||
boot = {
|
||||
|
|
@ -195,7 +195,7 @@
|
|||
|
||||
modules = {
|
||||
games.steam.enable = true;
|
||||
plasma.enable = true;
|
||||
plasma.enable = true;
|
||||
websites = {
|
||||
enable = true;
|
||||
certMail = "acme@voorwaarts.nl";
|
||||
|
|
@ -263,10 +263,10 @@
|
|||
};
|
||||
videoDrivers = [ "nvidia" ];
|
||||
};
|
||||
displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
};
|
||||
displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
};
|
||||
flatpak.enable = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue