Merge pull request 'ch-branch-1' (#22) from ch-branch-1 into main
Reviewed-on: #22
This commit is contained in:
commit
957542e4dd
5 changed files with 10 additions and 2 deletions
BIN
assets/horizon-zero-dawn-aloy.jpg
Normal file
BIN
assets/horizon-zero-dawn-aloy.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.1 MiB |
|
|
@ -21,6 +21,7 @@
|
||||||
"Pictures/firewatch_background.jpg".source = ../../../../assets/firewatch_background.jpg;
|
"Pictures/firewatch_background.jpg".source = ../../../../assets/firewatch_background.jpg;
|
||||||
# https://wallpaperaccess.com/galaxy-nebula
|
# https://wallpaperaccess.com/galaxy-nebula
|
||||||
"Pictures/nebula_background.jpg".source = ../../../../assets/nebula_background.jpg;
|
"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 = {
|
programs.dank-material-shell = {
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,11 @@
|
||||||
homeManager.dev =
|
homeManager.dev =
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = [ pkgs.github-copilot-cli ];
|
home.packages = [
|
||||||
|
(pkgs.github-copilot-cli.overrideAttrs (oldAttrs: {
|
||||||
|
postInstall = "";
|
||||||
|
}))
|
||||||
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
gh-dash = {
|
gh-dash = {
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,7 @@ topLevel: {
|
||||||
osu-lazer-bin
|
osu-lazer-bin
|
||||||
|
|
||||||
piper
|
piper
|
||||||
|
ghc # for maths
|
||||||
];
|
];
|
||||||
|
|
||||||
services.ratbagd.enable = true;
|
services.ratbagd.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -30,8 +30,10 @@
|
||||||
kernelParams = [ "split_lock_detect=off" ];
|
kernelParams = [ "split_lock_detect=off" ];
|
||||||
|
|
||||||
loader = {
|
loader = {
|
||||||
systemd-boot.enable = true;
|
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
|
limine = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
initrd.availableKernelModules = [
|
initrd.availableKernelModules = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue