formatting

This commit is contained in:
Rouven Seifert 2022-12-19 18:01:40 +01:00
parent d0eb57ed91
commit b135818747
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 254 additions and 249 deletions

View file

@ -6,11 +6,11 @@
"utils": "utils"
},
"locked": {
"lastModified": 1671335968,
"narHash": "sha256-V7mjlh7brp70elokmml6XzHinpTilkQJjiYIGjEmSGs=",
"lastModified": 1671459164,
"narHash": "sha256-RbkDnvLV7WjbiF4Dpiezrf8kXxwieQXAVtY8ciRQj6Q=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "37713c6b04b963d41664e03576f73a18c9b0d224",
"rev": "e7eba9cc46547ae86642ad3c6a9a4fb22c07bc26",
"type": "github"
},
"original": {

View file

@ -5,7 +5,8 @@
{
imports =
[ (modulesPath + "/installer/scan/not-detected.nix")
[
(modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "usbhid" "sd_mod" "sdhci_pci" ];
@ -14,12 +15,14 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/8633a706-bf54-4d29-9fba-dbcffd723ab6";
{
device = "/dev/disk/by-uuid/8633a706-bf54-4d29-9fba-dbcffd723ab6";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/3A2E-1AB6";
{
device = "/dev/disk/by-uuid/3A2E-1AB6";
fsType = "vfat";
};

View file

@ -186,8 +186,10 @@
nerdtree
nerdcommenter
fugitive-gitlab-vim
vim-repeat vim-airline
fzf-vim dracula-vim
vim-repeat
vim-airline
fzf-vim
dracula-vim
vim-nix # this destroys my tab settings, ffs
];
extraConfig =