home: PrusaSlicer and vscode from unstable
This commit is contained in:
parent
13727d95cf
commit
a81d311137
|
@ -107,8 +107,7 @@ in
|
|||
ncmpcpp
|
||||
acpi
|
||||
|
||||
#unstable.prusa-slicer
|
||||
prusa-slicer
|
||||
unstable.prusa-slicer
|
||||
htop
|
||||
xdg-utils
|
||||
moreutils
|
||||
|
|
|
@ -1,7 +1,12 @@
|
|||
{ pkgs, ... }: {
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
unstable = import <nixos-unstable> { };
|
||||
in
|
||||
{
|
||||
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
package = unstable.vscodium;
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
# Dark Theme
|
||||
dracula-theme.theme-dracula
|
||||
|
|
Loading…
Reference in a new issue