drop wakeonlan, add wdisplays, gnucash
This commit is contained in:
parent
a03aa75d08
commit
1f7e4220ee
1 changed files with 15 additions and 10 deletions
|
@ -1,10 +1,14 @@
|
|||
{ config, pkgs, lib, self, ... }:
|
||||
with lib;
|
||||
let
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
self,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
psCfg = config.pub-solar;
|
||||
xdg = config.home-manager.users."${psCfg.user.name}".xdg;
|
||||
in
|
||||
{
|
||||
in {
|
||||
pub-solar.nextcloud.enable = true;
|
||||
|
||||
services.fwupd.enable = true;
|
||||
|
@ -44,8 +48,9 @@ in
|
|||
tig
|
||||
|
||||
thunderbird
|
||||
wakeonlan
|
||||
wlr-randr
|
||||
wdisplays
|
||||
|
||||
gnucash
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue