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