przystosowanie konfiguracji pod siebie
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
{ host
|
||||
, pkgs
|
||||
, ...
|
||||
{
|
||||
host,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (import ../../hosts/${host}/variables.nix) thunarEnable;
|
||||
in
|
||||
{
|
||||
programs = {
|
||||
thunar = {
|
||||
enable = thunarEnable;
|
||||
enable = true;
|
||||
plugins = with pkgs.xfce; [
|
||||
thunar-archive-plugin
|
||||
thunar-volman
|
||||
|
||||
Reference in New Issue
Block a user