This commit is contained in:
Gregory Burd 2023-10-02 14:23:52 -04:00
parent f998b6322e
commit 9070dcacfa
3 changed files with 3 additions and 3 deletions

View file

@ -100,7 +100,7 @@
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
"url": "https://flakehub.com/f/DeterminateSystems/fh/*.tar.gz" "url": "https://flakehub.com/f/DeterminateSystems/fh/%2A.tar.gz"
} }
}, },
"firefox-addons": { "firefox-addons": {

View file

@ -38,7 +38,7 @@
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
path = [ pkgs.iw ]; path = [ pkgs.iw ];
script = '' script = ''
iw dev wlan0 set power_save off iw dev wlp0s20f3 set power_save off
''; '';
}; };

View file

@ -3,7 +3,7 @@
{ pkgs, ... }: { { pkgs, ... }: {
imports = [ imports = [
./qt-style.nix ./qt-style.nix
../services/networkmanager.nix # ../services/networkmanager.nix
]; ];
# Exclude the elementary apps I don't use # Exclude the elementary apps I don't use