Changed: Regreet

This commit is contained in:
DerGrumpf 2025-04-11 11:05:41 +02:00
parent 4bb72ea758
commit cbc9e868ee
4 changed files with 27 additions and 2 deletions

View File

@ -0,0 +1,24 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
# C / C++
clang
#gcc
lua
# Rust
cargo
rustc
# Zig
zig
#python
python314
];
programs.go = {
enable = true;
packages = {};
};
}

View File

@ -5,5 +5,6 @@
./fstl.nix
./openscad.nix
./sqllite_browser.nix
./compilers.nix
];
}

View File

@ -20,6 +20,7 @@
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
];
builders-use-substitutes = true;
download-buffer-size = 524288000;
};
# do garbage collection weekly to keep disk usage low

View File

@ -23,8 +23,7 @@
programs.regreet = {
enable = true;
#cageArgs = ["-s" "-m" "last" ];
#settings = ./regreet.toml;
cageArgs = ["-s" "-m" "last" ];
settings = {
background = {
path = "/etc/greetd/background.png";