diff --git a/home-manager/modules/bundle.nix b/home-manager/modules/bundle.nix index 5a15116..be2d2d0 100644 --- a/home-manager/modules/bundle.nix +++ b/home-manager/modules/bundle.nix @@ -1,10 +1,12 @@ { + plugins.web-devicons.enable + imports = [ ./defaultGtk.nix ./git.nix # ./desktop-managers/hypr.nix # ./desktop-managers/waybar.nix - # ./nixvim/nixvim.nix + ./nixvim/nixvim.nix ./stylix.nix # ./gammastep.nix ./vscode.nix diff --git a/home-manager/modules/nixvim/nixvim.nix b/home-manager/modules/nixvim/nixvim.nix index 3979790..c57976a 100644 --- a/home-manager/modules/nixvim/nixvim.nix +++ b/home-manager/modules/nixvim/nixvim.nix @@ -1,7 +1,7 @@ { programs.nixvim = { enable = true; - + defaultEditor = true; # Color schemes managed by stylix! :D diff --git a/nixos/hardware-configuration.nix b/nixos/hardware-configuration.nix index 34f51bb..595fdf2 100644 --- a/nixos/hardware-configuration.nix +++ b/nixos/hardware-configuration.nix @@ -14,18 +14,18 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/d8209bc7-7fe6-4163-93b2-a7d352d8aba0"; + { device = "/dev/disk/by-uuid/9d35945a-2c1e-463d-b47a-545093d19de1"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/AE92-D68E"; + { device = "/dev/disk/by-uuid/0894-A975"; fsType = "vfat"; options = [ "fmask=0077" "dmask=0077" ]; }; swapDevices = - [ { device = "/dev/disk/by-uuid/f35b0e76-0cd6-4410-acc3-d27024ef68a9"; } + [ { device = "/dev/disk/by-uuid/2a100390-c20d-4d74-804c-db52551b9d76"; } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking