Formatting and use of new module
This commit is contained in:
parent
c99cad7aef
commit
cbb0f773b9
3 changed files with 23 additions and 12 deletions
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
my = {
|
||||
desktop = {
|
||||
audio.enable = false;
|
||||
|
||||
desktopUser = {
|
||||
enable = true;
|
||||
|
|
@ -21,12 +22,20 @@
|
|||
hashedPassword = "$y$j9T$dA94KVg1/jYLqclQQbTDk.$cnfxBWUN8P4shr8Kkipv5bU/RCtQNoAwYFDZ0X/BYs5";
|
||||
};
|
||||
|
||||
audio.enable = false;
|
||||
plymouth = {
|
||||
enable = true;
|
||||
theme = "colorful_loop";
|
||||
};
|
||||
|
||||
utils.commons.enable = true;
|
||||
utils = {
|
||||
commons.enable = true;
|
||||
i18n.enable = true;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
time.timeZone = "Europe/Rome";
|
||||
|
||||
# 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";
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
{ config
|
||||
, pkgs
|
||||
, lib
|
||||
, ...
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
with lib;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
{ config
|
||||
, pkgs
|
||||
, lib
|
||||
, ...
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
with lib;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue