aaaaaaaaa

This commit is contained in:
Janis 2025-07-20 15:19:37 +02:00
parent 56c7c95d62
commit 1b2f89f0de
3 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
disko.devices = {
disk = {
nvme0n1 = {
root = {
type = "disk";
device = "/dev/nvme0n1";
content = {

View file

@ -7,7 +7,7 @@
./nixos
./users/alice.nix
./variables.nix
./hosts/vm.nix
./hosts/laptop.nix
];
# to use zsh as a login shell, it has to be enabled globally.

View file

@ -34,6 +34,7 @@
./configuration.nix
home-manager.nixosModules.home-manager
disko.nixosModules.disko
./btrfs-disko.nix
{
home-manager.useGlobalPkgs = true; # Use global packages in home-manager
home-manager.useUserPackages = true; # Use user packages in home-manager