flake: No need for unstable packages
This commit is contained in:
parent
1b0b37c13c
commit
b8e442b4fa
@ -40,7 +40,7 @@
|
|||||||
environment.variables = { EDITOR = "vim"; };
|
environment.variables = { EDITOR = "vim"; };
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
zfs
|
zfs
|
||||||
unstable.ncdu
|
ncdu
|
||||||
];
|
];
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
@ -26,12 +26,12 @@ in {
|
|||||||
openssl
|
openssl
|
||||||
pwgen
|
pwgen
|
||||||
rofi-rbw-x11
|
rofi-rbw-x11
|
||||||
unstable.tlclient
|
tlclient
|
||||||
traceroute
|
traceroute
|
||||||
virt-manager
|
virt-manager
|
||||||
w3m
|
w3m
|
||||||
|
|
||||||
(unstable.python311.withPackages (ps: with ps; [
|
(python311.withPackages (ps: with ps; [
|
||||||
numpy
|
numpy
|
||||||
pycryptodome
|
pycryptodome
|
||||||
requests
|
requests
|
||||||
@ -47,7 +47,7 @@ in {
|
|||||||
programs = {
|
programs = {
|
||||||
aerc = {
|
aerc = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.unstable.aerc;
|
package = pkgs.aerc;
|
||||||
};
|
};
|
||||||
alacritty.enable = true;
|
alacritty.enable = true;
|
||||||
firefox.enable = true;
|
firefox.enable = true;
|
||||||
|
@ -21,12 +21,12 @@
|
|||||||
nixpkgs-2211.remmina
|
nixpkgs-2211.remmina
|
||||||
openssl
|
openssl
|
||||||
pwgen
|
pwgen
|
||||||
unstable.tlclient
|
tlclient
|
||||||
traceroute
|
traceroute
|
||||||
virt-manager
|
virt-manager
|
||||||
w3m
|
w3m
|
||||||
|
|
||||||
(unstable.python311.withPackages (ps: with ps; [
|
(python311.withPackages (ps: with ps; [
|
||||||
numpy
|
numpy
|
||||||
pycryptodome
|
pycryptodome
|
||||||
requests
|
requests
|
||||||
@ -36,7 +36,7 @@
|
|||||||
programs = {
|
programs = {
|
||||||
aerc = {
|
aerc = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.unstable.aerc;
|
package = pkgs.aerc;
|
||||||
};
|
};
|
||||||
alacritty.enable = true;
|
alacritty.enable = true;
|
||||||
firefox.enable = true;
|
firefox.enable = true;
|
||||||
|
@ -25,8 +25,8 @@
|
|||||||
nodejs
|
nodejs
|
||||||
spotify
|
spotify
|
||||||
tldr
|
tldr
|
||||||
unstable.aerc
|
aerc
|
||||||
unstable.snicat
|
snicat
|
||||||
w3m
|
w3m
|
||||||
zellij
|
zellij
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user