Compare commits
2 commits
9c68829010
...
e7423aff20
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | e7423aff20 | ||
Evie Litherland-Smith | 9c2f44f00e |
|
@ -1,4 +1,8 @@
|
|||
{ ... }:
|
||||
{ pkgs, username, ... }:
|
||||
{
|
||||
imports = [ ./laptop.nix ];
|
||||
home-manager.users.${username} = {
|
||||
home.packages = [ pkgs.prusa-slicer ];
|
||||
};
|
||||
hardware.amdgpu.initrd.enable = true;
|
||||
}
|
||||
|
|
|
@ -9,8 +9,6 @@
|
|||
home = {
|
||||
packages = with pkgs; [
|
||||
libreoffice-qt-fresh
|
||||
krdc
|
||||
tokodon
|
||||
webcord
|
||||
signal-desktop
|
||||
teams-for-linux
|
||||
|
|
Loading…
Reference in a new issue