use latest keepass
This commit is contained in:
parent
53b41531c2
commit
62df020081
1 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,9 @@
|
|||
# to /etc/nixos/configuration.nix instead.
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
let
|
||||
unstable = import <nixos-unstable> {};
|
||||
in {
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
|
@ -41,7 +43,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
alacritty
|
||||
firefox
|
||||
keepassxc
|
||||
unstable.keepassxc
|
||||
neofetch
|
||||
pulseaudio
|
||||
pulsemixer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue