nix fmt
This commit is contained in:
parent
f4ae83722a
commit
ceaae6394c
2 changed files with 23 additions and 22 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -87,11 +87,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1717196966,
|
||||
"narHash": "sha256-yZKhxVIKd2lsbOqYd5iDoUIwsRZFqE87smE2Vzf6Ck0=",
|
||||
"lastModified": 1717602782,
|
||||
"narHash": "sha256-pL9jeus5QpX5R+9rsp3hhZ+uplVHscNJh8n8VpqscM0=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "57610d2f8f0937f39dbd72251e9614b1561942d8",
|
||||
"rev": "e8057b67ebf307f01bdcc8fba94d94f75039d1f6",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
modules = [
|
||||
./home/home.nix
|
||||
];
|
||||
pkgs = nixpkgs.legacyPackages.${system}.extend(import ./pkgs/default.nix);
|
||||
pkgs = nixpkgs.legacyPackages.${system}.extend (import ./pkgs/default.nix);
|
||||
extraSpecialArgs = specialArgs;
|
||||
};
|
||||
in
|
||||
|
@ -48,7 +48,8 @@
|
|||
##########################
|
||||
# Linux-specific options #
|
||||
##########################
|
||||
linuxSystems (system: {
|
||||
linuxSystems
|
||||
(system: {
|
||||
homeConfigurations = {
|
||||
# First, we currently assume that Linux devices
|
||||
# only require dotfiles and utilize the username `spotlight`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue