main
Hektor Misplon 2025-10-05 13:40:36 +02:00
parent f92ed39653
commit 671578567a
2 changed files with 8 additions and 12 deletions

View File

@ -20,19 +20,21 @@
"flakes" "flakes"
]; ];
disko = {
devices.disk.main.device = "/dev/vda";
};
nixpkgs.config.allowUnfree = true;
programs.git.enable = true;
programs.firefox.enable = true;
disko.devices.disk.main.device = "/dev/vda";
home-manager = { home-manager = {
useGlobalPkgs = true; useGlobalPkgs = true;
useUserPackages = true; useUserPackages = true;
users.h = ./home.nix; users.h = ./home.nix;
}; };
programs.git.enable = true;
programs.firefox.enable = true;
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
neovim neovim
kitty kitty

View File

@ -1,9 +1,3 @@
# USAGE in your configuration.nix.
# Update devices to match your hardware.
# {
# imports = [ ./disko-config.nix ];
# disko.devices.disk.main.device = "/dev/sda";
# }
{ {
disko.devices = { disko.devices = {
disk = { disk = {