Add archive utils

This commit is contained in:
Nina Chloé Kassandra Reiß
2026-03-01 09:33:13 +01:00
parent 76a3e5371c
commit de12aa1313
3 changed files with 15 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
{ config, pkgs, lib, ... }:
let
profile = import ./profile.nix;
in
{
environment.systemPackages = with pkgs; [
openmodelica.combined
];
}

View File

@@ -2,8 +2,8 @@
let let
dotfiles_hypr = pkgs.fetchgit { dotfiles_hypr = pkgs.fetchgit {
url = "https://git.nichkara.eu/dotfiles/hypr"; url = "https://git.nichkara.eu/dotfiles/hypr";
rev = "afddd6b09803a66f5a77f0a8021757d2b7d87c75"; rev = "83da92f0d64620c6503b8b2d9fa27bd79816e025";
sha256 = "sha256-bIwb0gxgYcFKFGt/UhSG1oLJSnSk/EwMjO3FNRmq4ok="; sha256 = "sha256-kEKJiH0oK0PuciJZ6ucinTKX5eMWxPPZXYNS1+HIcRA=";
}; };
dotfiles_waybar = pkgs.fetchgit { dotfiles_waybar = pkgs.fetchgit {

View File

@@ -5,10 +5,13 @@
nextcloud-client nextcloud-client
unzip unzip
deja-dup deja-dup
gnutar
xz
gzip
gz-utils
]; ];
environment.variables = { environment.variables = {
}; };
} }