Compare commits
No commits in common. "ab9535556b13c2b9998de8c8cce15fc5364fb9d0" and "b7f5317e7601afaf3c0975b96cbd1bcdeea5febf" have entirely different histories.
ab9535556b
...
b7f5317e76
3 changed files with 2 additions and 8 deletions
|
@ -4,10 +4,9 @@ let
|
|||
unstable = import <nixos-unstable> {};
|
||||
in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
cryptsetup
|
||||
kubectl
|
||||
cryptsetup
|
||||
unstable.kubernetes-helm
|
||||
whois
|
||||
|
||||
# podman
|
||||
conmon
|
||||
|
|
|
@ -16,14 +16,12 @@ in {
|
|||
jq
|
||||
ncdu
|
||||
openssl
|
||||
pv
|
||||
ripgrep
|
||||
sysstat
|
||||
tcpdump
|
||||
tmux
|
||||
unzip
|
||||
wget
|
||||
z-lua
|
||||
unzip
|
||||
unstable.starship
|
||||
(import ../packages/neovim.nix)
|
||||
];
|
||||
|
|
|
@ -104,9 +104,6 @@ in {
|
|||
)
|
||||
];
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
services.blueman.enable = true;
|
||||
|
||||
services.gvfs = {
|
||||
enable = true;
|
||||
package = lib.mkForce pkgs.gnome3.gvfs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue