organizing config and getting rid of withs as much as possible
This commit is contained in:
parent
42c647cb63
commit
c365ba3827
12 changed files with 142 additions and 57 deletions
|
@ -1,10 +1,8 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
with lib.wyrdgard;
|
||||
{
|
||||
imports = [ ./hardware.nix ];
|
||||
|
@ -26,13 +24,17 @@ with lib.wyrdgard;
|
|||
|
||||
apps = {
|
||||
vivaldi = enabled;
|
||||
zen-browser = enabled;
|
||||
discord = enabled;
|
||||
_1password = enabled;
|
||||
onedrive = enabled;
|
||||
factorio-server = enabled;
|
||||
obs-studio = enabled;
|
||||
};
|
||||
|
||||
services = {
|
||||
factorio-server = enabled;
|
||||
onedrive = enabled;
|
||||
};
|
||||
|
||||
system = {
|
||||
autoUpgrade = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue