16 current 1970-01-01 01:00:00 23.11.20240229.068d4db 6.1.79 *
This commit is contained in:
parent
78340e597e
commit
2462310120
@ -4,11 +4,13 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
@ -10,7 +10,7 @@ pushd ~/dotfiles/nixos/
|
||||
$EDITOR configuration.nix
|
||||
|
||||
# Autoformat your nix files
|
||||
alejandra . &>/dev/null
|
||||
alejandra . #&>/dev/null
|
||||
|
||||
# Shows your changes
|
||||
git diff -U0 *.nix
|
||||
|
Loading…
Reference in New Issue
Block a user