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

View File

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