Compare commits

...

2 Commits

Author SHA1 Message Date
fab563fa2d worf: Update to nixos 24.11 2024-12-01 12:45:21 +01:00
87ced23c91 flake: No need for unstable packages 2024-12-01 12:45:21 +01:00
7 changed files with 12 additions and 10 deletions

View File

@ -40,7 +40,7 @@
environment.variables = { EDITOR = "vim"; };
environment.systemPackages = with pkgs; [
zfs
unstable.ncdu
ncdu
];
virtualisation.docker.enable = true;

View File

@ -49,6 +49,7 @@
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"copilot.vim"
"keymapp"
"tlclient"
];
};

View File

@ -26,12 +26,12 @@ in {
openssl
pwgen
rofi-rbw-x11
unstable.tlclient
tlclient
traceroute
virt-manager
w3m
(unstable.python311.withPackages (ps: with ps; [
(python311.withPackages (ps: with ps; [
numpy
pycryptodome
requests
@ -47,7 +47,7 @@ in {
programs = {
aerc = {
enable = true;
package = pkgs.unstable.aerc;
package = pkgs.aerc;
};
alacritty.enable = true;
firefox.enable = true;

View File

@ -32,6 +32,7 @@
"copilot.vim"
"steam"
"steam-unwrapped"
"tlclient"
];
};

View File

@ -21,12 +21,12 @@
nixpkgs-2211.remmina
openssl
pwgen
unstable.tlclient
tlclient
traceroute
virt-manager
w3m
(unstable.python311.withPackages (ps: with ps; [
(python311.withPackages (ps: with ps; [
numpy
pycryptodome
requests
@ -36,7 +36,7 @@
programs = {
aerc = {
enable = true;
package = pkgs.unstable.aerc;
package = pkgs.aerc;
};
alacritty.enable = true;
firefox.enable = true;

View File

@ -15,7 +15,7 @@
settings = {
allow-dirty = true;
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
experimental-features = [ "nix-command" "flakes" ];
builders-use-substitutes = true;
extra-platforms = [ "x86_64-darwin" "aarch64-darwin" ];
log-lines = 50;

View File

@ -25,8 +25,8 @@
nodejs
spotify
tldr
unstable.aerc
unstable.snicat
aerc
snicat
w3m
zellij