Skip to content

Commit

Permalink
tupac: enable flatpak and uninstall cura to workaround a bug NixOS/ni…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyren committed Mar 12, 2024
1 parent ef6d99e commit a7f67f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions machines/tupac/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ in {
services.xserver.displayManager.gdm.enable = true;
services.xserver.desktopManager.gnome.enable = true;

# Flatpak
services.flatpak.enable = true;

# Networking
networking.networkmanager.enable = true; # Enable Networking via network-manager

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ in {

home.packages = [
pkgs.keepassxc
pkgs.cura
# pkgs.cura # Broken: https://github.com/NixOS/nixpkgs/issues/186570
pkgs.prusa-slicer
pkgs.fractal
pkgs.qbittorrent
Expand Down

0 comments on commit a7f67f0

Please sign in to comment.