update flake, add nixvim, disable librewolf as declarative addons are not currently available, add nextcloud-client
This commit is contained in:
parent
da68527e3c
commit
0430e15d54
7 changed files with 284 additions and 13 deletions
|
@ -14,13 +14,14 @@
|
|||
./zsh.nix
|
||||
./eza.nix
|
||||
./nixvim.nix
|
||||
./nextcloud.nix
|
||||
];
|
||||
|
||||
# States home manager version that config was originally compatible with, do not change without reading all patch notes since this version and altering as needed
|
||||
home.stateVersion = "24.05";
|
||||
|
||||
# services.pass-secret-service.enable = true; # for use with protonmail-bridge
|
||||
services.gnome-keyring.enable = true; # should be easier for protonmail-bridge
|
||||
services.gnome-keyring.enable = true; # used for protonmail-bridge and nextcloud-client
|
||||
|
||||
# Cursor configuration that I hope to one day understand, currently has a scaling issue but thats probably my fault
|
||||
home.pointerCursor =
|
||||
|
@ -50,6 +51,7 @@
|
|||
# Add grimblast screenshot tool
|
||||
pkgs.grimblast
|
||||
pkgs.powerline-fonts
|
||||
pkgs.nix-output-monitor
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue