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"
];
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 = {
useGlobalPkgs = true;
useUserPackages = true;
users.h = ./home.nix;
};
programs.git.enable = true;
programs.firefox.enable = true;
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
neovim
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 = {
disk = {