Compare commits

...

2 commits

Author SHA1 Message Date
Dmitry Voronin b16eda736c Package : Add yt-dlp. 2024-02-05 11:38:44 +03:00
Dmitry Voronin 8a3d370ed2 Nix : Remove old nix channels. 2024-02-04 16:22:28 +03:00
3 changed files with 2 additions and 17 deletions

View file

@ -18,22 +18,6 @@ function nix_find() {
fi
}
# Switch to Unstable branch.
function nix_unstable() {
nix-channel --remove nixos
# nix-channel --remove home-manager
nix-channel --add https://nixos.org/channels/nixos-unstable nixos
# nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update
}
# Display current channel.
function nix_channel() {
nix-channel --list
}
# Rebuild system.
# Optionally force the hostname.
# Usage: nix_rebuild [HOSTNAME]

View file

@ -9,7 +9,7 @@
./module/common/Locale.nix
./module/common/Network.nix
./module/common/Nix.nix
./module/common/Packages.nix
./module/common/Package.nix
./module/common/Root.nix
./module/common/Swap.nix
./module/common/Users.nix

View file

@ -34,6 +34,7 @@
virt-manager
wget
wl-clipboard
yt-dlp
zip unzip
];
}