Compare commits

..

No commits in common. "ab9535556b13c2b9998de8c8cce15fc5364fb9d0" and "b7f5317e7601afaf3c0975b96cbd1bcdeea5febf" have entirely different histories.

3 changed files with 2 additions and 8 deletions

View file

@ -4,10 +4,9 @@ let
unstable = import <nixos-unstable> {};
in {
environment.systemPackages = with pkgs; [
cryptsetup
kubectl
cryptsetup
unstable.kubernetes-helm
whois
# podman
conmon

View file

@ -16,14 +16,12 @@ in {
jq
ncdu
openssl
pv
ripgrep
sysstat
tcpdump
tmux
unzip
wget
z-lua
unzip
unstable.starship
(import ../packages/neovim.nix)
];

View file

@ -104,9 +104,6 @@ in {
)
];
hardware.bluetooth.enable = true;
services.blueman.enable = true;
services.gvfs = {
enable = true;
package = lib.mkForce pkgs.gnome3.gvfs;