Repository

Aktuelle Datei: /misc/dotfiles/home-manager/hosts/vm/default.nix

⬆️ Übergeordnetes Verzeichnis (..)

{ config, lib, pkgs, ... }:

{
  home = {
    packages = with pkgs; [
      dconf
      gnome.dconf-editor
    ];
  };

  #programs = {
  #  };
  #};
}

Größe: 152 Bytes