mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
Changes to Samhain's hardware configuration to resize the EFI partition after a reformat of it. Added certain programs.
This commit is contained in:
parent
c542b60917
commit
9c42a3bdbb
3 changed files with 8 additions and 1 deletions
|
|
@ -47,6 +47,10 @@
|
|||
userEmail = "me@dork.dev";
|
||||
};
|
||||
|
||||
programs.kakoune = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
controlMaster = "auto";
|
||||
|
|
|
|||
|
|
@ -18,6 +18,9 @@ let unstable = import ( fetchTarball https://github.com/NixOS/nixpkgs/archive/ma
|
|||
pkgs.tdesktop
|
||||
pkgs.dino
|
||||
pkgs.dconf2nix
|
||||
pkgs.nitrogen
|
||||
pkgs.appimage-run
|
||||
pkgs.gimp
|
||||
pkgs.vscode
|
||||
pkgs.neofetch
|
||||
pkgs.htop
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
};
|
||||
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/BADB-92F5";
|
||||
{ device = "/dev/disk/by-uuid/50C3-BE99";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue