quick fixes
This commit is contained in:
parent
2856391f26
commit
c4ab484bed
6 changed files with 46 additions and 36 deletions
|
|
@ -30,5 +30,5 @@
|
|||
# this value at the release version of the first install of this system.
|
||||
# Before changing this value read the documentation for this option
|
||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||
system.stateVersion = "24.11"; # Did you read the comment?
|
||||
system.stateVersion = "25.11"; # Did you read the comment?
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@
|
|||
./modules/docker.nix
|
||||
./modules/npm.nix
|
||||
./modules/nixos.nix
|
||||
./modules/appimage.nix
|
||||
./modules/core.nix
|
||||
];
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
|
|
@ -28,14 +30,12 @@
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
curl
|
||||
git
|
||||
htop
|
||||
btop
|
||||
ffmpeg
|
||||
yt-dlp
|
||||
fastfetch
|
||||
zelliq
|
||||
];
|
||||
|
||||
nix = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue