~ruther/nixos-config

1e7f998aeda476702365162c8817e841a5ca72e1 — Frantisek Bohacek 1 year, 6 months ago 5e0aac9
feat: add podman and distrobox
2 files changed, 3 insertions(+), 1 deletions(-)

M hosts/desktop/default.nix
M hosts/desktop/home.nix
M hosts/desktop/default.nix => hosts/desktop/default.nix +1 -0
@@ 25,6 25,7 @@
    [(import ./hardware-configuration.nix)] ++            # Current system hardware config @ /etc/nixos/hardware-configuration.nix
    [(import ../../modules/desktop/dm/sddm.nix)] ++       # Desktop manager
    [(import ../../modules/desktop/qtile/default.nix)] ++ # Window Manager
    (import ../../modules/desktop/virtualisation) ++ # Window Manager
    (import ../../modules/hardware) ++                    # Hardware devices
    [(import ../../modules/programs/fpga/vivado {
      inherit pkgs lib config;

M hosts/desktop/home.nix => hosts/desktop/home.nix +2 -1
@@ 11,7 11,7 @@
#               └─ home.nix
#

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

{
  imports =


@@ 25,6 25,7 @@

  home = {                                # Specific packages for desktop
    packages = with pkgs; [
      unstable.distrobox
    ];
  };
}

Do not follow this link