new website
Some checks failed
/ lint (push) Failing after 39s

This commit is contained in:
Jana Dönszelmann 2026-05-01 21:31:13 +02:00
parent 4d58ae60b0
commit 8102d1d009
No known key found for this signature in database
17 changed files with 371 additions and 273 deletions

View file

@ -1,12 +1,15 @@
{
pkgs,
config,
flakes,
...
}:
{
imports = [
./hardware-configuration.nix
./kanata.nix
flakes.probe-rs-rules.nixosModules.${pkgs.system}.default
];
boot.loader.systemd-boot.enable = true;
@ -38,11 +41,14 @@
variant = "";
};
users.groups.plugdev = { };
users.users.jana = {
extraGroups = [
"networkmanager"
"wheel"
"docker"
"plugdev"
];
packages = with pkgs; [ ];
};
@ -62,6 +68,8 @@
signal-desktop
nautilus
probe-rs-tools
adwaita-icon-theme
(pkgs.callPackage (
{ stdenv }:
@ -85,6 +93,7 @@
rr
];
hardware.probe-rs.enable = true;
virtualisation.docker.enable = true;
services.xserver.enable = true;