secrets #10

Closed
tdpeuter wants to merge 7 commits from secrets into main
2 changed files with 9 additions and 0 deletions
Showing only changes of commit 2bd759deae - Show all commits

View file

@ -2,6 +2,7 @@
imports = [ imports = [
./alacritty ./alacritty
./firefox ./firefox
./steam
./thunderbird ./thunderbird
# ./virtualbox # ./virtualbox
]; ];

View file

@ -0,0 +1,8 @@
{ inputs, lib, config, pkgs, ... }:
{
programs.steam = {
enable = true;
};
}