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
|
./hardware-configuration.nix
|
||||||
../../modules/games/steam.nix
|
../../modules/games/steam.nix
|
||||||
../../modules/websites
|
../../modules/websites
|
||||||
../../modules/plasma
|
../../modules/plasma
|
||||||
];
|
];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
|
@ -195,7 +195,7 @@
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
games.steam.enable = true;
|
games.steam.enable = true;
|
||||||
plasma.enable = true;
|
plasma.enable = true;
|
||||||
websites = {
|
websites = {
|
||||||
enable = true;
|
enable = true;
|
||||||
certMail = "acme@voorwaarts.nl";
|
certMail = "acme@voorwaarts.nl";
|
||||||
|
|
@ -263,10 +263,10 @@
|
||||||
};
|
};
|
||||||
videoDrivers = [ "nvidia" ];
|
videoDrivers = [ "nvidia" ];
|
||||||
};
|
};
|
||||||
displayManager.sddm = {
|
displayManager.sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wayland.enable = true;
|
wayland.enable = true;
|
||||||
};
|
};
|
||||||
flatpak.enable = true;
|
flatpak.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue