mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
can now use default packages instead of unstable
This commit is contained in:
parent
8dce5f6c9d
commit
822a75d842
|
@ -32,7 +32,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
unstable.nvtop-amd
|
nvtop-amd
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ in {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
unstable.nvtop-intel
|
nvtop-intel
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
|
@ -11,7 +11,7 @@ in
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
keepassxc
|
keepassxc
|
||||||
unstable.insync
|
insync
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
simple-scan
|
simple-scan
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
|
@ -26,11 +26,10 @@ in
|
||||||
uucp
|
uucp
|
||||||
screen
|
screen
|
||||||
kdiff3
|
kdiff3
|
||||||
docker
|
|
||||||
youtube-music
|
youtube-music
|
||||||
|
|
||||||
unstable.jetbrains-toolbox
|
jetbrains-toolbox
|
||||||
unstable.dotnet-sdk_8
|
dotnet-sdk_8
|
||||||
|
|
||||||
cargo
|
cargo
|
||||||
rustc
|
rustc
|
||||||
|
|
Loading…
Reference in a new issue