Skip to content

Commit c26da8a

Browse files
authored
Add xosview (#62)
1 parent 66d1c8d commit c26da8a

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

hosts/dn-blackleg/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ specialArgs.nixpkgs-2411.lib.nixosSystem {
1111
../../mixins/base
1212
../../mixins/docker
1313
../../mixins/tailscale
14+
../../mixins/xosview
1415
../../mixins/flatpak
1516
./hardware-configuration.nix
1617
./configuration.nix

mixins/xosview/default.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
config,
3+
pkgs,
4+
...
5+
}: {
6+
imports = [];
7+
8+
environment.systemPackages = with pkgs; [
9+
xosview
10+
];
11+
12+
}

0 commit comments

Comments
 (0)