Add alejandra
Signed-off-by: Tristan Druyen <tristan@vault81.de>
This commit is contained in:
parent
36d8bff94b
commit
2ecf25ffd5
4 changed files with 7 additions and 5 deletions
|
@ -7,7 +7,6 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
# Include the results of the hardware scan.
|
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
6
flake.lock
generated
6
flake.lock
generated
|
@ -309,11 +309,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1694426803,
|
"lastModified": 1694499547,
|
||||||
"narHash": "sha256-osusXQo0zkEqs502SNMffsKp1O9evpDM54A37MuyT2Q=",
|
"narHash": "sha256-R7xMz1Iia6JthWRHDn36s/E248WB1/je62ovC/dUVKI=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "9a74ffb2ca1fc91c6ccc48bd3f8cbc1501bf7b8a",
|
"rev": "e5f018cf150e29aac26c61dac0790ea023c46b24",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -30,7 +30,9 @@
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
./configuration.nix
|
./configuration.nix
|
||||||
{_module.args.nix-doom-emacs-module = nix-doom-emacs.hmModule;}
|
{
|
||||||
|
_module.args.nix-doom-emacs-module = nix-doom-emacs.hmModule;
|
||||||
|
}
|
||||||
./home.nix
|
./home.nix
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
{
|
{
|
||||||
|
|
1
home.nix
1
home.nix
|
@ -49,6 +49,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
alejandra
|
||||||
atool
|
atool
|
||||||
alacritty
|
alacritty
|
||||||
bitwarden
|
bitwarden
|
||||||
|
|
Loading…
Add table
Reference in a new issue