16 current 1970-01-01 01:00:00 23.11.20240229.068d4db 6.1.79 *

This commit is contained in:
Max Känner 2024-03-01 16:45:06 +01:00
parent 78340e597e
commit 2462310120
2 changed files with 3 additions and 1 deletions

View File

@ -4,11 +4,13 @@
{
config,
pkgs,
inputs,
...
}: {
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
inputs.home-manager.nixosModules.default
];
# Bootloader.

View File

@ -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