foo
This commit is contained in:
@ -3,7 +3,8 @@ let
|
||||
secrets = import ../configs/secrets.nix;
|
||||
be = import ../configs/borg-exclude.nix;
|
||||
unstable = import <nixos-unstable> { config.allowUnfree = true; };
|
||||
in {
|
||||
in
|
||||
{
|
||||
imports = [ ../configs/common.nix ../configs/docker.nix ../configs/user.nix ];
|
||||
|
||||
fileSystems."/export/docker" = {
|
||||
|
@ -50,6 +50,9 @@ in {
|
||||
borgbackup
|
||||
btrfs-progs
|
||||
cargo
|
||||
dog
|
||||
du-dust
|
||||
duf
|
||||
gnupg
|
||||
gocryptfs
|
||||
graphviz
|
||||
@ -63,13 +66,14 @@ in {
|
||||
man-pages
|
||||
mlocate
|
||||
nethogs
|
||||
nil
|
||||
nix-du
|
||||
nix-tree
|
||||
nixpkgs-fmt
|
||||
nmap
|
||||
nodejs
|
||||
parallel
|
||||
pciutils
|
||||
# plocate
|
||||
ruby
|
||||
unixtools.xxd
|
||||
unzip
|
||||
|
@ -2,7 +2,8 @@
|
||||
let
|
||||
unstable = import <nixos-unstable> { config.allowUnfree = true; };
|
||||
secrets = import ./secrets.nix;
|
||||
in {
|
||||
in
|
||||
{
|
||||
imports = [ <home-manager/nixos> ];
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
@ -46,7 +47,7 @@ in {
|
||||
];
|
||||
|
||||
home = {
|
||||
stateVersion = "22.05";
|
||||
stateVersion = "23.05";
|
||||
packages = with unstable.pkgs; [
|
||||
atop
|
||||
btop
|
||||
|
Reference in New Issue
Block a user