bluetooth broke :(
This commit is contained in:
parent
d17802fc5e
commit
72fe1445c1
|
@ -9,15 +9,15 @@
|
||||||
profiles.tailscale
|
profiles.tailscale
|
||||||
profiles.gui
|
profiles.gui
|
||||||
profiles.laptop
|
profiles.laptop
|
||||||
profiles.bluetooth
|
#profiles.bluetooth
|
||||||
profiles.pulse
|
profiles.pulse
|
||||||
profiles.network_manager
|
profiles.network_manager
|
||||||
profiles.sway
|
profiles.sway
|
||||||
profiles.dnscrypt
|
profiles.dnscrypt
|
||||||
#profiles.gaming
|
#profiles.gaming
|
||||||
|
|
||||||
# for sci-hub and whenever websites break
|
# for sci-hub and whenever websites break
|
||||||
profiles.tor
|
#profiles.tor
|
||||||
|
|
||||||
profiles.sshd
|
profiles.sshd
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -25,18 +25,18 @@
|
||||||
home-manager.users.chaoticryptidz = {
|
home-manager.users.chaoticryptidz = {
|
||||||
imports = with tree; [
|
imports = with tree; [
|
||||||
home.base
|
home.base
|
||||||
home.bluetooth
|
#home.bluetooth
|
||||||
home.gui
|
home.gui
|
||||||
#home.gaming
|
#home.gaming
|
||||||
home.dev
|
home.dev
|
||||||
home.network_manager
|
home.network_manager
|
||||||
home.sway
|
home.sway
|
||||||
home.reversing
|
#home.reversing
|
||||||
home.apps.vivaldi
|
home.apps.vivaldi
|
||||||
home.apps.telegram
|
home.apps.telegram
|
||||||
#home.apps.osu-lazer
|
#home.apps.osu-lazer
|
||||||
home.programming
|
home.programming
|
||||||
home.programming.languages.go
|
#home.programming.languages.go
|
||||||
home.programming.languages.nix
|
home.programming.languages.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue