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 = [
|
||||
inputs.claude-desktop.packages.${pkgs.system}.claude-desktop-with-fhs
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{...}: {
|
||||
_: {
|
||||
services.keyd = {
|
||||
enable = true;
|
||||
keyboards.default = {
|
||||
ids = [ "*" ];
|
||||
ids = ["*"];
|
||||
settings = {
|
||||
main = {
|
||||
# Bind mouse-foward to meta+middlemouse if held
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue