update
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
inputs.home-manager.nixosModules.default
|
||||
../../modules/nixos/bootloader.nix
|
||||
../../modules/nixos/user.nix
|
||||
../../modules/nixos/ssh.nix
|
||||
../../modules/nixos/nvidia.nix
|
||||
../../modules/nixos/i3.nix
|
||||
../../modules/nixos/nm.nix
|
||||
@@ -14,6 +15,8 @@
|
||||
../../modules/nixos/steam.nix
|
||||
../../modules/nixos/env.nix
|
||||
../../modules/nixos/1password.nix
|
||||
../../modules/nixos/postgres.nix
|
||||
../../modules/nixos/docker.nix
|
||||
];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
@@ -33,6 +36,7 @@
|
||||
wget
|
||||
git
|
||||
curl
|
||||
lsof
|
||||
];
|
||||
|
||||
home-manager = {
|
||||
|
||||
@@ -14,18 +14,17 @@
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/4dc20e43-03f8-4695-8bb5-ad9974215ac8";
|
||||
{ device = "/dev/disk/by-uuid/f8d20844-226c-4375-9856-6ee29e08019c";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/7F11-62C6";
|
||||
{ device = "/dev/disk/by-uuid/FDF5-4C02";
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0022" "dmask=0022" ];
|
||||
};
|
||||
|
||||
swapDevices =
|
||||
[ { device = "/dev/disk/by-uuid/51bbac0f-6f93-45ff-92b5-fea4d110c138"; }
|
||||
];
|
||||
swapDevices = [ ];
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
# (the default) this is the recommended approach. When using systemd-networkd it's
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
../../modules/home-manager/eza
|
||||
../../modules/home-manager/bat
|
||||
../../modules/home-manager/irssi
|
||||
../../modules/home-manager/syncthing
|
||||
];
|
||||
home.username = "mthomson";
|
||||
home.homeDirectory = "/home/mthomson";
|
||||
@@ -39,6 +40,14 @@
|
||||
pasystray
|
||||
networkmanagerapplet
|
||||
mangohud
|
||||
kubectl
|
||||
k9s
|
||||
kubeseal
|
||||
velero
|
||||
fluxcd
|
||||
zoom-us
|
||||
crawl
|
||||
obsidian
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
|
||||
Reference in New Issue
Block a user