Compare commits

..

2 commits

Author SHA1 Message Date
00cbba8b0a Add fwupd and aha
All checks were successful
check / check (push) Successful in 33s
2024-06-07 19:37:01 +02:00
de6d981cf0 Update OS 2024-06-06 19:35:57 +02:00
3 changed files with 9 additions and 6 deletions

12
flake.lock generated
View file

@ -54,11 +54,11 @@
]
},
"locked": {
"lastModified": 1717316182,
"narHash": "sha256-Xi0EpZcu39N0eW7apLjFfUOR9y80toyjYizez7J1wMI=",
"lastModified": 1717525419,
"narHash": "sha256-5z2422pzWnPXHgq2ms8lcCfttM0dz+hg+x1pCcNkAws=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "9b53a10f4c91892f5af87cf55d08fba59ca086af",
"rev": "a7117efb3725e6197dd95424136f79147aa35e5b",
"type": "github"
},
"original": {
@ -85,11 +85,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": {

View file

@ -28,6 +28,8 @@
nixd
];
systemd.packages = with pkgs; [ fwupd ];
# Define a user account. Don't forget to set a password with passwd.
users.users.florian = {
isNormalUser = true;

View file

@ -32,6 +32,7 @@ in
wayland-utils # For wayland-info command
glxinfo
clinfo
aha
];
};
}