Compare commits
No commits in common. "e7423aff207f36ab2b7c132c3440dfa8227435ee" and "9c688290107c2b522a9ed23feb81a298fc9860b8" have entirely different histories.
e7423aff20
...
9c68829010
|
@ -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;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue