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> {};
|
unstable = import <nixos-unstable> {};
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
cryptsetup
|
|
||||||
kubectl
|
kubectl
|
||||||
|
cryptsetup
|
||||||
unstable.kubernetes-helm
|
unstable.kubernetes-helm
|
||||||
whois
|
|
||||||
|
|
||||||
# podman
|
# podman
|
||||||
conmon
|
conmon
|
||||||
|
|
|
@ -16,14 +16,12 @@ in {
|
||||||
jq
|
jq
|
||||||
ncdu
|
ncdu
|
||||||
openssl
|
openssl
|
||||||
pv
|
|
||||||
ripgrep
|
ripgrep
|
||||||
sysstat
|
|
||||||
tcpdump
|
tcpdump
|
||||||
tmux
|
tmux
|
||||||
unzip
|
|
||||||
wget
|
wget
|
||||||
z-lua
|
z-lua
|
||||||
|
unzip
|
||||||
unstable.starship
|
unstable.starship
|
||||||
(import ../packages/neovim.nix)
|
(import ../packages/neovim.nix)
|
||||||
];
|
];
|
||||||
|
|
|
@ -104,9 +104,6 @@ in {
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
|
||||||
services.blueman.enable = true;
|
|
||||||
|
|
||||||
services.gvfs = {
|
services.gvfs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = lib.mkForce pkgs.gnome3.gvfs;
|
package = lib.mkForce pkgs.gnome3.gvfs;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue