ch-branch-1 #22

Merged
Daholli merged 4 commits from ch-branch-1 into main 2026-03-17 11:38:16 +01:00
5 changed files with 10 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 MiB

View file

@ -21,6 +21,7 @@
"Pictures/firewatch_background.jpg".source = ../../../../assets/firewatch_background.jpg;
# https://wallpaperaccess.com/galaxy-nebula
"Pictures/nebula_background.jpg".source = ../../../../assets/nebula_background.jpg;
"Pictures/horizon-zero-dawn-aloy.jpg".source = ../../../../assets/horizon-zero-dawn-aloy.jpg;
};
programs.dank-material-shell = {

View file

@ -3,7 +3,11 @@
homeManager.dev =
{ pkgs, ... }:
{
home.packages = [ pkgs.github-copilot-cli ];
home.packages = [
(pkgs.github-copilot-cli.overrideAttrs (oldAttrs: {
postInstall = "";
}))
];
programs = {
gh-dash = {

View file

@ -34,6 +34,7 @@ topLevel: {
osu-lazer-bin
piper
ghc # for maths
];
services.ratbagd.enable = true;

View file

@ -30,8 +30,10 @@
kernelParams = [ "split_lock_detect=off" ];
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
limine = {
enable = true;
};
};
initrd.availableKernelModules = [