Compare commits
No commits in common. "957542e4dd522f168c81f5282291369d08479ab4" and "c2ff1dadbd60f29eb5d4b6ab3e583f5a901e2c3d" have entirely different histories.
957542e4dd
...
c2ff1dadbd
5 changed files with 2 additions and 10 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 7.1 MiB |
|
|
@ -21,7 +21,6 @@
|
|||
"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 = {
|
||||
|
|
|
|||
|
|
@ -3,11 +3,7 @@
|
|||
homeManager.dev =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [
|
||||
(pkgs.github-copilot-cli.overrideAttrs (oldAttrs: {
|
||||
postInstall = "";
|
||||
}))
|
||||
];
|
||||
home.packages = [ pkgs.github-copilot-cli ];
|
||||
|
||||
programs = {
|
||||
gh-dash = {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@ topLevel: {
|
|||
osu-lazer-bin
|
||||
|
||||
piper
|
||||
ghc # for maths
|
||||
];
|
||||
|
||||
services.ratbagd.enable = true;
|
||||
|
|
|
|||
|
|
@ -30,10 +30,8 @@
|
|||
kernelParams = [ "split_lock_detect=off" ];
|
||||
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
limine = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
initrd.availableKernelModules = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue