Add new machine Marid.
This commit is contained in:
parent
e8f26ac86e
commit
47500b78e3
6 changed files with 175 additions and 3 deletions
|
@ -1,6 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
let
|
||||
cfg = config.machine;
|
||||
in {
|
||||
config.machine.pkgsets.xpkgs.pkgs = with pkgs; [
|
||||
feh
|
||||
scrot
|
||||
|
@ -15,7 +17,7 @@
|
|||
pavucontrol
|
||||
xclip
|
||||
xlibs.xkill
|
||||
xorg.xbacklight
|
||||
(if (cfg.hostName == "Marid") then xbacklight else xorg.xbacklight)
|
||||
xdiskusage
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue