parent
45629f2a6f
commit
ca9dc5c8c1
8 changed files with 32 additions and 16 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{...}: {
|
||||
{ pkgs, ...}: {
|
||||
imports = [
|
||||
./disks.nix
|
||||
./hardware.nix
|
||||
|
|
@ -8,6 +8,8 @@
|
|||
|
||||
services.logrotate.checkConfig = false;
|
||||
|
||||
environment.systemPackages = with pkgs; [ beyond-all-reason ];
|
||||
|
||||
sneeuwvlok = {
|
||||
hardware.has = {
|
||||
gpu.amd = true;
|
||||
|
|
@ -20,7 +22,7 @@
|
|||
animated = true;
|
||||
};
|
||||
|
||||
desktop.use = "cosmic";
|
||||
desktop.use = "plasma";
|
||||
|
||||
application = {
|
||||
steam.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue