ough
This commit is contained in:
@@ -29,11 +29,11 @@
|
||||
options = [ "compress=zstd" "subvol=root" ];
|
||||
};
|
||||
|
||||
fileSystems."/home" = {
|
||||
device = "/dev/disk/by-label/BUTTER";
|
||||
fsType = "btrfs";
|
||||
options = [ "compress=zstd" "subvol=home" ];
|
||||
};
|
||||
# fileSystems."/home" = {
|
||||
# device = "/dev/disk/by-label/BUTTER";
|
||||
# fsType = "btrfs";
|
||||
# options = [ "compress=zstd" "subvol=home" ];
|
||||
# };
|
||||
|
||||
fileSystems."/nix" = {
|
||||
# device = "/dev/disk/by-uuid/3c89fa92-1d43-4c48-b228-e2725fa70ee9";
|
||||
|
||||
@@ -1,4 +1,11 @@
|
||||
{config, pkgs, lib, inputs, outputs, ...}:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
outputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
# These both are probably always going to be the same, but I'll keep them local just in case:tm:
|
||||
home.username = "laythe";
|
||||
@@ -6,9 +13,10 @@
|
||||
|
||||
imports = [
|
||||
../../home/default.nix
|
||||
../../modules/kde/home.nix
|
||||
];
|
||||
|
||||
home.stateVersion = "25.11";
|
||||
home.stateVersion = "24.11";
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user