Compare commits
2 Commits
feature/wo
...
c20adcd820
| Author | SHA1 | Date | |
|---|---|---|---|
| c20adcd820 | |||
| 71dd48ff08 |
@@ -18,6 +18,7 @@
|
|||||||
../modules/printing.nix
|
../modules/printing.nix
|
||||||
../modules/bambu-studio-flatpak.nix
|
../modules/bambu-studio-flatpak.nix
|
||||||
../modules/arduino-ide.nix
|
../modules/arduino-ide.nix
|
||||||
|
../modules/devenv.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|||||||
10
systems/modules/devenv.nix
Normal file
10
systems/modules/devenv.nix
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
|
||||||
|
{ config, pkgsUnstable, ... } :
|
||||||
|
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgsUnstable; [
|
||||||
|
devenv
|
||||||
|
];
|
||||||
|
|
||||||
|
nix.settings.trusted-users = [ "root" "avravels" ];
|
||||||
|
}
|
||||||
@@ -28,7 +28,7 @@ in
|
|||||||
### MONITOR
|
### MONITOR
|
||||||
monitor = [
|
monitor = [
|
||||||
"eDP-1,1920x1200,auto,1"
|
"eDP-1,1920x1200,auto,1"
|
||||||
"DP-3,1920x1080,auto,1"
|
"DP-3,2440x1440,auto,1"
|
||||||
",preferred,auto,1"
|
",preferred,auto,1"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user