2024-11-13 18:37 : id 122
This commit is contained in:
parent
4674277354
commit
09ad601548
@ -54,10 +54,8 @@ in
|
|||||||
# want to update the value, then make sure to first check the Home Manager
|
# want to update the value, then make sure to first check the Home Manager
|
||||||
# release notes.
|
# release notes.
|
||||||
home.stateVersion = "24.11"; # Please read the comment before changing.
|
home.stateVersion = "24.11"; # Please read the comment before changing.
|
||||||
|
home = {
|
||||||
# The home.packages option allows you to install Nix packages into your
|
packages = with pkgs; [
|
||||||
# environment.
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
librewolf
|
librewolf
|
||||||
libreoffice
|
libreoffice
|
||||||
hyprland
|
hyprland
|
||||||
@ -75,7 +73,6 @@ in
|
|||||||
minetest
|
minetest
|
||||||
gimp
|
gimp
|
||||||
];
|
];
|
||||||
home = {
|
|
||||||
pointerCursor = {
|
pointerCursor = {
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
package = pkgs.gnome.adwaita-icon-theme;
|
package = pkgs.gnome.adwaita-icon-theme;
|
||||||
@ -90,7 +87,7 @@ in
|
|||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set clipboard=unnamedplus
|
set clipboard=unnamedplus
|
||||||
set reletivenumber=true
|
set relativenumber=true
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
bash = {
|
bash = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user