fix: lint

This commit is contained in:
Nickolaj Jepsen 2025-05-06 23:10:41 +02:00
parent f8b776f289
commit a9fdfd8bac
4 changed files with 17 additions and 23 deletions

View file

@ -1,4 +1,8 @@
{inputs, pkgs, ...}: {
{
inputs,
pkgs,
...
}: {
environment.systemPackages = [
inputs.claude-desktop.packages.${pkgs.system}.claude-desktop-with-fhs
];

View file

@ -1,4 +1,4 @@
{...}: {
_: {
services.keyd = {
enable = true;
keyboards.default = {

View file

@ -1,18 +1,8 @@
{pkgsUnstable, pkgs, lib, inputs, ...}:
let
mesa-nixpkgs =
import
(fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/d3c42f187194c26d9f0309a8ecc469d6c878ce33.tar.gz";
sha256 = "sha256:0bmnxsn9r4qfslg4mahsl9y9719ykifbazpxxn1fqf47zbbanxkh";
}
)
{
inherit (pkgs.stdenv.hostPlatform) system;
config = { };
overlays = [ ];
};
in {
pkgs,
inputs,
...
}: {
# TODO: Move these to a separate module
fireproof.home-manager.programs.waybar = {
enable = true;