Skip to content

Commit 6f0e8d5

Browse files
committed
feat(package addition): add winboat
1 parent 923b985 commit 6f0e8d5

File tree

5 files changed

+45
-2
lines changed

5 files changed

+45
-2
lines changed

flake.lock

Lines changed: 36 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,10 @@
491491
url = "github:DataEraserC/nur-packages";
492492
};
493493

494+
winboat = {
495+
url = "github:TibixDev/winboat";
496+
};
497+
494498
# pve-nixos
495499
proxmox-nixos = {
496500
url = "github:SaumonNet/proxmox-nixos";

home/linux/gui/base/misc.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@
101101
# allow fontconfig to discover fonts and configurations installed through home.packages
102102
# Install fonts at system-level, not user-level
103103
# NOTE: temporarily set it to true
104-
fonts.fontconfig.enable = true;
104+
fonts.fontconfig.enable = false;
105105
}

modules/nixos/base/user-group.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"wheel"
3333
"networkmanager" # for nmtui / nm-connection-editor
3434
"podman"
35+
"docker" # required by winboat
3536
"wireshark"
3637
"adbusers" # android debugging
3738
"libvirtd" # virt-viewer / qemu

modules/nixos/desktop/virtualisation.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
pkgs,
33
pkgs-unstable,
44
nur-ataraxiasjel,
5+
winboat,
56
# nur-ataraxiasjel,
67
...
78
}:
@@ -171,5 +172,7 @@
171172
virtiofsd
172173

173174
dmg2img
175+
176+
winboat.winboat
174177
];
175178
}

0 commit comments

Comments
 (0)