Compare commits
3 commits
b7f5317e76
...
ab9535556b
Author | SHA1 | Date | |
---|---|---|---|
ab9535556b | |||
91a4d2a516 | |||
7e3f939ed3 |
3 changed files with 8 additions and 2 deletions
|
@ -4,9 +4,10 @@ let
|
|||
unstable = import <nixos-unstable> {};
|
||||
in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
kubectl
|
||||
cryptsetup
|
||||
kubectl
|
||||
unstable.kubernetes-helm
|
||||
whois
|
||||
|
||||
# podman
|
||||
conmon
|
||||
|
|
|
@ -16,12 +16,14 @@ in {
|
|||
jq
|
||||
ncdu
|
||||
openssl
|
||||
pv
|
||||
ripgrep
|
||||
sysstat
|
||||
tcpdump
|
||||
tmux
|
||||
unzip
|
||||
wget
|
||||
z-lua
|
||||
unzip
|
||||
unstable.starship
|
||||
(import ../packages/neovim.nix)
|
||||
];
|
||||
|
|
|
@ -104,6 +104,9 @@ 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