Compare commits

..

2 commits

Author SHA1 Message Date
Evie Litherland-Smith e7423aff20 Add prusa-slicer to Northstar 2024-09-08 10:42:10 +01:00
Evie Litherland-Smith 9c2f44f00e Remove KRDC and Tokodon 2024-09-08 10:41:32 +01:00
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,8 @@
{ ... }: { pkgs, username, ... }:
{ {
imports = [ ./laptop.nix ]; imports = [ ./laptop.nix ];
home-manager.users.${username} = {
home.packages = [ pkgs.prusa-slicer ];
};
hardware.amdgpu.initrd.enable = true;
} }

View file

@ -9,8 +9,6 @@
home = { home = {
packages = with pkgs; [ packages = with pkgs; [
libreoffice-qt-fresh libreoffice-qt-fresh
krdc
tokodon
webcord webcord
signal-desktop signal-desktop
teams-for-linux teams-for-linux