updates
too lazy to write a proper message but this fixes the greeter
This commit is contained in:
parent
4459f75c75
commit
ec3d8e3a52
11 changed files with 148 additions and 76 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
../settings.nix
|
||||
./cachix.nix
|
||||
|
|
@ -35,6 +39,8 @@
|
|||
./modules/go.nix
|
||||
./modules/flatpak.nix
|
||||
./modules/aagl.nix
|
||||
inputs.nix-gaming.nixosModules.pipewireLowLatency
|
||||
inputs.nix-gaming.nixosModules.wine
|
||||
];
|
||||
npm.enable = true;
|
||||
services.udisks2.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue