Compare commits

..

No commits in common. "e7423aff207f36ab2b7c132c3440dfa8227435ee" and "9c688290107c2b522a9ed23feb81a298fc9860b8" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View file

@ -1,8 +1,4 @@
{ 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,6 +9,8 @@
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