Compare commits
No commits in common. "7476ee2a04ba721a216b032f136f3c5176c9fea8" and "019df6a883b6027b1206638a9babcdc5dd18a90e" have entirely different histories.
7476ee2a04
...
019df6a883
|
@ -1,11 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# CLI utilities I get frustrated if I'm missing
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
inetutils
|
||||
parted
|
||||
wget
|
||||
];
|
||||
}
|
1
hive.nix
1
hive.nix
|
@ -11,7 +11,6 @@ in {
|
|||
imports = [
|
||||
(import "${sources.home-manager}/nixos")
|
||||
./pinning.nix
|
||||
./common/utilities.nix
|
||||
./users/qenya.nix
|
||||
];
|
||||
};
|
||||
|
|
|
@ -27,9 +27,6 @@
|
|||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = true;
|
||||
|
||||
# USB drives
|
||||
boot.supportedFilesystems = [ "ntfs" ];
|
||||
|
||||
hardware.enableAllFirmware = true;
|
||||
services.fwupd.enable = true;
|
||||
services.fstrim.enable = true;
|
||||
|
|
|
@ -12,8 +12,6 @@
|
|||
|
||||
home.packages = with pkgs; [
|
||||
bitwarden
|
||||
foliate
|
||||
keepassxc
|
||||
tor-browser-bundle-bin
|
||||
];
|
||||
programs.chromium.enable = true;
|
||||
|
|
Loading…
Reference in a new issue