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,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
inputs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
inputs.home-manager.nixosModules.default
|
||||||
];
|
];
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
|
@ -10,7 +10,7 @@ pushd ~/dotfiles/nixos/
|
|||||||
$EDITOR configuration.nix
|
$EDITOR configuration.nix
|
||||||
|
|
||||||
# Autoformat your nix files
|
# Autoformat your nix files
|
||||||
alejandra . &>/dev/null
|
alejandra . #&>/dev/null
|
||||||
|
|
||||||
# Shows your changes
|
# Shows your changes
|
||||||
git diff -U0 *.nix
|
git diff -U0 *.nix
|
||||||
|
Loading…
Reference in New Issue
Block a user