mirror of
https://github.com/alyssadev/nixos.git
synced 2025-12-01 10:39:39 +10:00
update
This commit is contained in:
parent
7e739005d7
commit
6824909dbe
2 changed files with 3 additions and 4 deletions
|
|
@ -16,10 +16,6 @@
|
||||||
gnome-tweaks obs-studio rpi-imager google-cloud-sdk supersonic mpv
|
gnome-tweaks obs-studio rpi-imager google-cloud-sdk supersonic mpv
|
||||||
];
|
];
|
||||||
|
|
||||||
services.gnome = lib.mkIf gui {
|
|
||||||
gnome-browser-connector.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.direnv = {
|
programs.direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true; # see note on other shells below
|
enableBashIntegration = true; # see note on other shells below
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,9 @@
|
||||||
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"];
|
||||||
};
|
};
|
||||||
|
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