mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
fix: lint
This commit is contained in:
parent
f8b776f289
commit
a9fdfd8bac
4 changed files with 17 additions and 23 deletions
|
|
@ -1,4 +1,8 @@
|
||||||
{inputs, pkgs, ...}: {
|
{
|
||||||
|
inputs,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
inputs.claude-desktop.packages.${pkgs.system}.claude-desktop-with-fhs
|
inputs.claude-desktop.packages.${pkgs.system}.claude-desktop-with-fhs
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{...}: {
|
_: {
|
||||||
services.keyd = {
|
services.keyd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
keyboards.default = {
|
keyboards.default = {
|
||||||
|
|
|
||||||
|
|
@ -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;
|
pkgs,
|
||||||
config = { };
|
inputs,
|
||||||
overlays = [ ];
|
...
|
||||||
};
|
}: {
|
||||||
in {
|
|
||||||
# TODO: Move these to a separate module
|
# TODO: Move these to a separate module
|
||||||
fireproof.home-manager.programs.waybar = {
|
fireproof.home-manager.programs.waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue