yeye meow

This commit is contained in:
Schrottkatze 2022-12-13 18:57:27 +01:00
parent a4804f22a7
commit 8921e96251
6 changed files with 19 additions and 11 deletions

View file

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
{ inputs, config, pkgs, ... }:
{
imports = [
./hardware-configuration.nix
@ -37,6 +37,7 @@
# missing: menu-qalc picom-jonaburg
environment.systemPackages = with pkgs; [
# TODO: clean up.
prismlauncher
nvtop-amd
];