1password on spike, remove some unused packages

This commit is contained in:
Artemis Tosini 2023-10-06 06:28:56 +00:00
parent 68a65ddfbc
commit 86d6a6eb32
Signed by: artemist
GPG key ID: EE5227935FE3FF18
4 changed files with 13 additions and 15 deletions

View file

@ -201,11 +201,11 @@
]
},
"locked": {
"lastModified": 1696409884,
"narHash": "sha256-hz3i4wFJHoTIAEI19oF1fiPn6TpV+VuTSOrSHUoJMgs=",
"lastModified": 1696446489,
"narHash": "sha256-xSjMKdNR+q/3hdSPyg/LUMsZT/WIoUi8dcm5zT4SMUQ=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "8aef005d44ee726911e9f793495bb40f2fbf5a05",
"rev": "68f7d8c0fb0bfc67d1916dd7f06288424360d43a",
"type": "github"
},
"original": {
@ -265,11 +265,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1696161939,
"narHash": "sha256-HI1DxS//s46/qv9dcW06TzXaBjxL2DVTQP8R1QsnHzM=",
"lastModified": 1696488240,
"narHash": "sha256-m9H4XDHaO7fGXLWTgNFrKFbBbMvrJpB7Sj6BcTM/2UE=",
"owner": "nixos",
"repo": "nixos-hardware",
"rev": "0ab3ee718e964fb42dc57ace6170f19cb0b66532",
"rev": "6d05cccc80feaf93d5f3d6837f8c2db582b29cf8",
"type": "github"
},
"original": {
@ -338,11 +338,11 @@
"pre-commit-hooks": "pre-commit-hooks"
},
"locked": {
"lastModified": 1696423583,
"narHash": "sha256-smU/jAx6j8ZJk5DalO2uDw+sZz40oXIQpBufClZeNnY=",
"lastModified": 1696533984,
"narHash": "sha256-4B7UpA9L8t57RYg801HopuEiipQJKzkEcLgPUaOB5Uw=",
"owner": "nix-community",
"repo": "nixvim",
"rev": "73f21c063dac16340c60d99a143dd3c7c07a1e70",
"rev": "a0c35acab596530208034aef2e254cf32179268b",
"type": "github"
},
"original": {

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
programs = {
@ -10,13 +10,11 @@
};
environment.systemPackages = with pkgs; [
apktool
aircrack-ng
nmap
pwndbg
python3Packages.binwalk-full
fusee-launcher
hactool
];
users.users.artemis.extraGroups = [ "adbusers" "wireshark" ];

View file

@ -91,10 +91,9 @@
rustup
# Security
(pass.withExtensions (exts: [ exts.pass-otp ]))
pass
wireguard-tools
yubikey-manager
yubioath-flutter
# GUI tools
alacritty

View file

@ -4,11 +4,12 @@
imports = [
./boot-config.nix
./hardware-configuration.nix
../../sets/1password.nix
../../sets/buildMachines.nix
../../sets/hacking.nix
../../sets/laptop.nix
../../sets/secureBoot.nix
../../sets/sshd.nix
../../sets/buildMachines.nix
../../sets/workstation.nix
inputs.nixos-hardware.nixosModules.gpd-micropc
];