use latest keepass

This commit is contained in:
foosinn 2020-06-11 19:53:34 +02:00
parent 53b41531c2
commit 62df020081

View file

@ -3,7 +3,9 @@
# to /etc/nixos/configuration.nix instead. # to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ let
unstable = import <nixos-unstable> {};
in {
programs.sway = { programs.sway = {
enable = true; enable = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
@ -41,7 +43,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
alacritty alacritty
firefox firefox
keepassxc unstable.keepassxc
neofetch neofetch
pulseaudio pulseaudio
pulsemixer pulsemixer