steamdeck: use orca-slicer fix
This commit is contained in:
@@ -15,8 +15,7 @@
|
||||
# └─ default.nix
|
||||
#
|
||||
|
||||
{ config, lib, pkgs, user, ... }:
|
||||
#{ config, lib, pkgs, user, ... }:
|
||||
{ config, lib, pkgs, user, nixpkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
@@ -26,6 +25,12 @@
|
||||
(import ../modules/services) ++
|
||||
(import ../modules/shell);
|
||||
|
||||
# pkgs.overlays = [
|
||||
# (self: super: {
|
||||
# orca-slicer = nixpkgs.orca-slicer;
|
||||
# })
|
||||
# ];
|
||||
|
||||
home = {
|
||||
username = "${user}";
|
||||
homeDirectory = "/home/${user}";
|
||||
@@ -100,6 +105,7 @@
|
||||
sdkmanager
|
||||
android-tools
|
||||
];
|
||||
|
||||
file.".config/wall".source = ../modules/themes/wall.jpg;
|
||||
file.".config/lockwall".source = ../modules/themes/lockwall.jpg;
|
||||
# pointerCursor = { # This will set cursor systemwide so applications can not choose their own
|
||||
|
||||
Reference in New Issue
Block a user