Update user packages

This commit is contained in:
2021-12-01 16:55:23 +00:00
parent 5fd2f2b7de
commit bf4d1d7ece
2 changed files with 12 additions and 8 deletions

12
flake.lock generated
View File

@@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1637249535,
"narHash": "sha256-RCatEYQ+uqsZOZpN4ZOtSoO7CJTiQpHNdPjUA0jtejw=",
"lastModified": 1638311312,
"narHash": "sha256-OMAd3WZ/VtMK0QQwDrrynP6+jOlWLd1yQtnW56+eZtA=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "2452979efe92128b03e3c27567267066c2825fab",
"rev": "f23073f1daa769a28a12ac587eea487aa8afb196",
"type": "github"
},
"original": {
@@ -57,11 +57,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1636976544,
"narHash": "sha256-9ZmdyoRz4Qu8bP5BKR1T10YbzcB9nvCeQjOEw2cRKR0=",
"lastModified": 1638286143,
"narHash": "sha256-A+rgjbIpz3uPRKHPXwdmouVcVn5pZqLnaZHymjkraG4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "931ab058daa7e4cd539533963f95e2bb0dbd41e6",
"rev": "29d1f6e1f625d246dcf84a78ef97b4da3cafc6ea",
"type": "github"
},
"original": {

View File

@@ -40,25 +40,28 @@
};
packages = with pkgs; [
chezmoi
discord
element-desktop
entr
feh
fzf
go_1_17
google-drive-ocamlfuse
gomuks
gopls
i3
i3lock
i3utils
iosevka
mpv
nerdfonts
oh-my-zsh
pavucontrol
python3
restic
rofi
starship
xclip
zettlr
];
keyboard = {
@@ -97,6 +100,7 @@
zsh = {
enable = true;
enableAutosuggestions = true;
oh-my-zsh = {
enable = true;
plugins = [ "git" "fzf" ];