Remove PrusaSlicer from Northstar
This commit is contained in:
parent
797b33c4cf
commit
ce9a35440c
|
@ -1,8 +1,7 @@
|
||||||
{ pkgs, username, ... }:
|
{ username, ... }:
|
||||||
{
|
{
|
||||||
imports = [ ./laptop.nix ];
|
imports = [ ./laptop.nix ];
|
||||||
home-manager.users.${username} = {
|
home-manager.users.${username} = {
|
||||||
home.packages = [ pkgs.prusa-slicer ];
|
|
||||||
wayland.windowManager.sway.config = {
|
wayland.windowManager.sway.config = {
|
||||||
workspaceOutputAssign = [
|
workspaceOutputAssign = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue