2024-11-13 18:37 : id 122
This commit is contained in:
parent
4674277354
commit
09ad601548
@ -54,34 +54,31 @@ 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; [
|
||||
librewolf
|
||||
libreoffice
|
||||
hyprland
|
||||
hyprpicker
|
||||
hyprpaper
|
||||
hyprlock
|
||||
hypridle
|
||||
fuzzel
|
||||
waybar
|
||||
kitty
|
||||
dunst
|
||||
fastfetch
|
||||
mpv
|
||||
anki
|
||||
minetest
|
||||
gimp
|
||||
];
|
||||
home = {
|
||||
pointerCursor = {
|
||||
packages = with pkgs; [
|
||||
librewolf
|
||||
libreoffice
|
||||
hyprland
|
||||
hyprpicker
|
||||
hyprpaper
|
||||
hyprlock
|
||||
hypridle
|
||||
fuzzel
|
||||
waybar
|
||||
kitty
|
||||
dunst
|
||||
fastfetch
|
||||
mpv
|
||||
anki
|
||||
minetest
|
||||
gimp
|
||||
];
|
||||
pointerCursor = {
|
||||
gtk.enable = true;
|
||||
package = pkgs.gnome.adwaita-icon-theme;
|
||||
name = "Adwaita";
|
||||
size = 16;
|
||||
};
|
||||
};
|
||||
};
|
||||
programs = {
|
||||
neovim = {
|
||||
@ -90,7 +87,7 @@ in
|
||||
vimAlias = true;
|
||||
extraConfig = ''
|
||||
set clipboard=unnamedplus
|
||||
set reletivenumber=true
|
||||
set relativenumber=true
|
||||
'';
|
||||
};
|
||||
bash = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user