Set up password management utilities

This commit is contained in:
2020-05-10 03:13:30 +02:00
parent d26ae28eb9
commit 4bcfb6a660
3 changed files with 20 additions and 13 deletions

View File

@@ -20,16 +20,17 @@
extraPackages = with pkgs; [
xwayland
swaylock
swayidle
swaybg
rofi
waybar
clipman
wl-clipboard
grim
slurp
light
imv
kanshi
redshift-wlr
kitty
];
extraSessionCommands = ''
@@ -42,7 +43,7 @@
export SDL_VIDEODRIVER=wayland
'';
};
# Backlight
programs.light.enable = true;
@@ -54,14 +55,17 @@
day = 6500;
night = 5000;
};
extraOptions = [ "-m wayland" "-l manual"];
};
location = {
latitude = 35.89;
longitude = -5.32;
provider = "manual";
};
# Bar
programs.waybar.enable = true;
# GPG agent
programs.gnupg.agent = { enable = true; };
}