This commit is contained in:
Spotlight 2024-06-06 15:17:16 -05:00
parent f4ae83722a
commit ceaae6394c
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 23 additions and 22 deletions

6
flake.lock generated
View file

@ -87,11 +87,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1717196966, "lastModified": 1717602782,
"narHash": "sha256-yZKhxVIKd2lsbOqYd5iDoUIwsRZFqE87smE2Vzf6Ck0=", "narHash": "sha256-pL9jeus5QpX5R+9rsp3hhZ+uplVHscNJh8n8VpqscM0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "57610d2f8f0937f39dbd72251e9614b1561942d8", "rev": "e8057b67ebf307f01bdcc8fba94d94f75039d1f6",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -48,7 +48,8 @@
########################## ##########################
# Linux-specific options # # Linux-specific options #
########################## ##########################
linuxSystems (system: { linuxSystems
(system: {
homeConfigurations = { homeConfigurations = {
# First, we currently assume that Linux devices # First, we currently assume that Linux devices
# only require dotfiles and utilize the username `spotlight`. # only require dotfiles and utilize the username `spotlight`.