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": {
"type": "tarball",
"url": "https://flakehub.com/f/DeterminateSystems/fh/*.tar.gz"
"url": "https://flakehub.com/f/DeterminateSystems/fh/%2A.tar.gz"
}
},
"firefox-addons": {

View file

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

View file

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