mirror of
https://github.com/alyssadev/nixos.git
synced 2025-12-01 10:39:39 +10:00
revert
This commit is contained in:
parent
69fa5d2ee0
commit
bdb85b5df4
2 changed files with 12 additions and 7 deletions
11
home/aly.nix
11
home/aly.nix
|
|
@ -22,6 +22,17 @@
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.firefox = lib.mkIf gui {
|
||||||
|
enable = true;
|
||||||
|
profiles.default = {
|
||||||
|
extensions = {
|
||||||
|
packages = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
|
ublock-origin bitwarden darkreader indie-wiki-buddy sponsorblock
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "alydev";
|
userName = "alydev";
|
||||||
|
|
|
||||||
|
|
@ -4,16 +4,10 @@
|
||||||
laptop = { config = '' config /home/aly/.secrets/laptop.ovpn ''; };
|
laptop = { config = '' config /home/aly/.secrets/laptop.ovpn ''; };
|
||||||
};
|
};
|
||||||
fileSystems."/mnt/storage" = {
|
fileSystems."/mnt/storage" = {
|
||||||
device = "aly@vpn.aly.pet:/mnt/storage";
|
device = "aly@lan.aly.pet:/mnt/storage";
|
||||||
fsType = "sshfs";
|
fsType = "sshfs";
|
||||||
options = ["nodev,noatime,allow_other,IdentityFile=/home/aly/.ssh/id_ed25519"];
|
options = ["nodev,noatime,allow_other,IdentityFile=/home/aly/.ssh/id_ed25519"];
|
||||||
};
|
};
|
||||||
programs.firefox = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
services.gnome = {
|
|
||||||
gnome-browser-connector.enable = true;
|
|
||||||
};
|
|
||||||
services.logind = {
|
services.logind = {
|
||||||
lidSwitch = "suspend";
|
lidSwitch = "suspend";
|
||||||
lidSwitchDocked = "ignore";
|
lidSwitchDocked = "ignore";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue