Fixed: Typo

This commit is contained in:
DerGrumpf 2025-04-03 12:58:29 +02:00
parent b84ca8ac24
commit ca026aead8
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ notenook ];
home.packages = with pkgs; [ notesnook ];
}

View File

@ -1,7 +1,7 @@
{ pkgs, ...}:
{
environment.packages = with pkgs; [
environment.systemPackages = with pkgs; [
# Virtualisation
podman-compose # docker-compose alternative
dive # docker layer viewer

View File

@ -18,7 +18,7 @@
../../home/programs/media/obs.nix
../../home/programs/media/spotify.nix
../../home/programs/productivity/notenook.nix
../../home/programs/productivity/notesnook.nix
../../home/programs/productivity/blender.nix
../../home/programs/productivity/slicer.nix
../../home/programs/productivity/okular.nix
@ -30,7 +30,7 @@
# Games
# ../../home/programs/games/itch.nix
../../home/programs/games/steam.nix
# ../../home/programs/games/steam.nix
../../home/programs/games/lutris.nix
../../home/programs/games/opensource.nix
];