modified: configuration.nix
modified: flake.lock modified: flake.nix
This commit is contained in:
parent
a70e76f3c9
commit
d8aef2a2d1
3 changed files with 81 additions and 146 deletions
|
|
@ -2,8 +2,6 @@
|
|||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
stm32cubemx,
|
||||
packettracer7,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
|
|
@ -113,6 +111,8 @@ in
|
|||
builtins.readFile inputs.mireadesktop.packages.x86_64-linux.resethome
|
||||
))
|
||||
|
||||
inputs.kompas3d.packages.${pkgs.system}.default
|
||||
|
||||
inputs.stm32cubemx.packages.x86_64-linux.stm32cubemx
|
||||
|
||||
pandoc
|
||||
|
|
@ -605,7 +605,7 @@ in
|
|||
services.grdcontrol.enable = true;
|
||||
|
||||
imports = [
|
||||
inputs.grdcontrol-flake.nixosModules.grdcontrol
|
||||
inputs.guardant.nixosModules.grdcontrol
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
programs.tmux = {
|
||||
|
|
@ -815,7 +815,7 @@ in
|
|||
enable = true;
|
||||
wrappedBinaries = {
|
||||
packettracer7 = {
|
||||
executable = "${packettracer7.packages.x86_64-linux.default}/bin/packettracer7";
|
||||
executable = "${inputs.packettracer7.packages.x86_64-linux.default}/bin/packettracer7";
|
||||
extraArgs = [
|
||||
"--net=none"
|
||||
"--noprofile"
|
||||
|
|
|
|||
Loading…
Reference in a new issue