2024-11-13 18:37 : id 122

This commit is contained in:
deadvey 2024-11-13 18:37:28 +00:00
parent 4674277354
commit 09ad601548

View File

@ -54,10 +54,8 @@ in
# want to update the value, then make sure to first check the Home Manager
# release notes.
home.stateVersion = "24.11"; # Please read the comment before changing.
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages = with pkgs; [
home = {
packages = with pkgs; [
librewolf
libreoffice
hyprland
@ -75,7 +73,6 @@ in
minetest
gimp
];
home = {
pointerCursor = {
gtk.enable = true;
package = pkgs.gnome.adwaita-icon-theme;
@ -90,7 +87,7 @@ in
vimAlias = true;
extraConfig = ''
set clipboard=unnamedplus
set reletivenumber=true
set relativenumber=true
'';
};
bash = {