Version 1.1.0
Added: - TUI - A few comments
This commit is contained in:
parent
f26e6f5020
commit
7e5f29cf9f
9 changed files with 442 additions and 331 deletions
|
|
@ -20,7 +20,10 @@ in {
|
|||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
backupFileExtension = "delme-HMbackup";
|
||||
backupFileExtension = "delme-HMbackup";
|
||||
# Please use this backup File Extension to ensure that the bug won't cause any problems
|
||||
# nyx-rebuild deletes the backups on each rebuild before rebuilding
|
||||
# HM Bug: https://discourse.nixos.org/t/nixos-rebuild-fails-on-backup-up-config-file-by-home-manager/45992
|
||||
users.${username} = import ./home.nix;
|
||||
|
||||
extraSpecialArgs = {
|
||||
|
|
|
|||
|
|
@ -41,6 +41,10 @@ nyx = {
|
|||
enable = true;
|
||||
};
|
||||
|
||||
nyx-tui = {
|
||||
enable = true;
|
||||
enableAlias = false;
|
||||
};
|
||||
}
|
||||
################################################################
|
||||
# Basic Home Manager Setup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue