Compare commits

..

No commits in common. "f365a09d38a72d22366818fb98481dc1959490e8" and "ca12ea728f44db8ade3d9a5bc1b5a6b4bd3c9195" have entirely different histories.

3 changed files with 11 additions and 9 deletions

View File

@ -115,13 +115,13 @@
sbctl
ausweisapp
e2fsprogs
])
++
(with pkgs-stable; [
orca-slicer
]);
##++
#(with pkgs-stable; [
# orca-slicer
#]);
};
services = {
@ -147,7 +147,7 @@
pcscd.enable = true;
yubikey-agent.enable = true;
udev.packages = [ pkgs.yubikey-personalization pkgs.nitrokey-udev-rules ];
flatpak.enable = true; # download flatpak file from website - sudo flatpak install <path> - reboot if not showing up
#flatpak.enable = true; # download flatpak file from website - sudo flatpak install <path> - reboot if not showing up
# sudo flatpak uninstall --delete-data <app-id> (> flatpak list --app) - flatpak uninstall --unused
# List:
# com.obsproject.Studio

View File

@ -19,6 +19,7 @@
gnome.gnome-terminal
gnomeExtensions.dash-to-dock
gnomeExtensions.appindicator
flatpak
rocmPackages.clr.icd
rocmPackages.clr
clinfo
@ -42,7 +43,7 @@
autoLogin.user = "kabbone";
};
};
#flatpak.enable = true;
flatpak.enable = true;
udev.packages = with pkgs; [ gnome.gnome-settings-daemon ];
};
}

View File

@ -15,6 +15,7 @@
{
environment.systemPackages = with pkgs; [
flatpak
# rocmPackages.clr.icd
# rocmPackages.clr
# clinfo
@ -49,7 +50,7 @@
# autoLogin.user = "kabbone";
# };
# };
#flatpak.enable = true;
flatpak.enable = true;
udev.packages = with pkgs; [ gnome-settings-daemon ];
};