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
|
# 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.
|
||||||
|
|
||||||
# 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 = {
|
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;
|
gtk.enable = true;
|
||||||
package = pkgs.gnome.adwaita-icon-theme;
|
package = pkgs.gnome.adwaita-icon-theme;
|
||||||
name = "Adwaita";
|
name = "Adwaita";
|
||||||
size = 16;
|
size = 16;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
neovim = {
|
neovim = {
|
||||||
@ -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