Compare commits
No commits in common. "8eb26ed5dca07fbb8553bf0f2408a62b0ef75b05" and "c3af74c2840c3d3eba591ad761683fbc51c35cb0" have entirely different histories.
8eb26ed5dc
...
c3af74c284
3 changed files with 2 additions and 9 deletions
|
|
@ -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