summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authoranand <anand.panchdhari@gmail.com>2026-04-05 16:47:53 +0530
committeranand <anand.panchdhari@gmail.com>2026-04-05 16:47:53 +0530
commit76f6235bcd178cc5c28cc4fbf0d09fafb1f63a9b (patch)
tree8d248824df3cacdfef1789d3663175bce48d05b5 /home.nix
parent50525874363953113aa715ea519d179e9c87bbd0 (diff)
some changes
Diffstat (limited to 'home.nix')
-rwxr-xr-xhome.nix15
1 files changed, 1 insertions, 14 deletions
diff --git a/home.nix b/home.nix
index 9433e56..75a96e2 100755
--- a/home.nix
+++ b/home.nix
@@ -61,21 +61,8 @@ in
events = [
{
event = "before-sleep";
- # adding duplicated entries for the same event may not work
command = lock;
}
- # {
- # event = "after-resume";
- # command = display "on";
- # }
- # {
- # event = "lock";
- # command = (display "off") + "; " + lock;
- # }
- # {
- # event = "unlock";
- # command = display "on";
- # }
];
};
programs.bash = {
@@ -152,7 +139,7 @@ in
unrar
chromium
nil
- upower
+ lua-language-server
];
xdg.configFile = builtins.mapAttrs (name: subpath: {