Compare commits
2 commits
e8a6de9434
...
c13fe4b6df
Author | SHA1 | Date | |
---|---|---|---|
|
c13fe4b6df | ||
|
8251871461 |
2 changed files with 3 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
||||||
cargo-watch
|
cargo-watch
|
||||||
cargo-fuzz
|
cargo-fuzz
|
||||||
cargo-expand
|
cargo-expand
|
||||||
|
cargo-nextest
|
||||||
];
|
];
|
||||||
environment.variables.RUST_SRC_PATH = "${pkgs.fenix.latest.rust-src}/lib/rustlib/src/rust/library/";
|
environment.variables.RUST_SRC_PATH = "${pkgs.fenix.latest.rust-src}/lib/rustlib/src/rust/library/";
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ profiles, ... }:
|
{ profiles, ... }:
|
||||||
with profiles; rec {
|
with profiles; rec {
|
||||||
base = [ users.root core dns ];
|
base = [ users.root core dns ];
|
||||||
workstation = base ++ [ sway develop game profiles.workstation ssh flatpak torrents pwn tor rust virtualization java networkmanager pipewire flatpak peerix tailscale users.mae ];
|
workstation = base ++ [ sway develop game profiles.workstation ssh flatpak torrents pwn tor rust virtualization java networkmanager pipewire flatpak peerix tailscale users.mae three_dee ];
|
||||||
desktop = workstation ++ [ amd three_dee ];
|
desktop = workstation ++ [ amd ];
|
||||||
lap = workstation ++ [ laptop bluetooth print ];
|
lap = workstation ++ [ laptop bluetooth print ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue