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 ];
|
imports = [ ./laptop.nix ];
|
||||||
|
home-manager.users.${username} = {
|
||||||
|
home.packages = [ pkgs.prusa-slicer ];
|
||||||
|
};
|
||||||
|
hardware.amdgpu.initrd.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue