Changed option namespace for better compatibility
This commit is contained in:
parent
fe8045ee55
commit
8b25f46384
26 changed files with 407 additions and 232 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
home-manager,
|
||||
...
|
||||
}:
|
||||
|
|
@ -8,8 +9,6 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
# home-manager.nixosModules.home-manager
|
||||
# ../../modules
|
||||
# "${config.inputs.self}/modules"
|
||||
];
|
||||
|
||||
# Don't use the systemd-boot EFI boot loader.
|
||||
|
|
@ -38,16 +37,20 @@
|
|||
};
|
||||
};
|
||||
|
||||
desktopUser = {
|
||||
enable = true;
|
||||
userName = "pazpi";
|
||||
hashedPassword = "$y$j9T$dA94KVg1/jYLqclQQbTDk.$cnfxBWUN8P4shr8Kkipv5bU/RCtQNoAwYFDZ0X/BYs5";
|
||||
my = {
|
||||
desktop = {
|
||||
|
||||
desktopUser = {
|
||||
enable = true;
|
||||
userName = "pazpi";
|
||||
hashedPassword = "$y$j9T$dA94KVg1/jYLqclQQbTDk.$cnfxBWUN8P4shr8Kkipv5bU/RCtQNoAwYFDZ0X/BYs5";
|
||||
};
|
||||
|
||||
audio.enable = false;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
audio.enable = false;
|
||||
|
||||
# podman.enable = true;
|
||||
|
||||
# Vedi https://github.com/TLATER/dotfiles/blob/f989a86890f27f6b089e9d74b7e8356ec8e5683d/home-config/hosts/yui.nix
|
||||
# home-manager.users.pazpi = import "${flake-inputs.self}/home-config/hosts/deadbeef.nix";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue