Compare commits
No commits in common. "e7423aff207f36ab2b7c132c3440dfa8227435ee" and "9c688290107c2b522a9ed23feb81a298fc9860b8" have entirely different histories.
e7423aff20
...
9c68829010
|
@ -1,8 +1,4 @@
|
|||
{ pkgs, username, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
imports = [ ./laptop.nix ];
|
||||
home-manager.users.${username} = {
|
||||
home.packages = [ pkgs.prusa-slicer ];
|
||||
};
|
||||
hardware.amdgpu.initrd.enable = true;
|
||||
}
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
home = {
|
||||
packages = with pkgs; [
|
||||
libreoffice-qt-fresh
|
||||
krdc
|
||||
tokodon
|
||||
webcord
|
||||
signal-desktop
|
||||
teams-for-linux
|
||||
|
|
Loading…
Reference in a new issue