feat: entirely free software

This commit is contained in:
Youwen Wu 2024-12-22 23:43:46 -08:00
parent d00dcf0355
commit fe24db3a7f
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 2 additions and 3 deletions

View file

@ -145,8 +145,8 @@
KERNEL=="macsmc-battery", SUBSYSTEM=="power_supply", ATTR{charge_control_end_threshold}="90", ATTR{charge_control_start_threshold}="85" KERNEL=="macsmc-battery", SUBSYSTEM=="power_supply", ATTR{charge_control_end_threshold}="90", ATTR{charge_control_start_threshold}="85"
''; '';
# Allow unfree packages # # Allow unfree packages
nixpkgs.config.allowUnfree = true; # nixpkgs.config.allowUnfree = true;
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget

View file

@ -71,7 +71,6 @@
programs.gh = { programs.gh = {
enable = true; enable = true;
extensions = [ pkgs.github-copilot-cli ];
}; };
programs.starship = { programs.starship = {