fix suspend and move to labels instead of uuids

This commit is contained in:
Leonardo Eugênio 2022-07-19 20:19:10 -03:00
parent d7ad065581
commit dbada43f82
4 changed files with 26 additions and 5 deletions

View file

@ -32,6 +32,7 @@
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.lelgenio = import ./user/home.nix;
home-manager.backupFileExtension = "bkp";
# Optionally, use home-manager.extraSpecialArgs to pass
# arguments to home.nix
}