Commit for generation 79
This commit is contained in:
@@ -3,12 +3,15 @@
|
|||||||
{
|
{
|
||||||
# Home Manager needs a bit of information about you and the paths it should
|
# Home Manager needs a bit of information about you and the paths it should
|
||||||
# manage.
|
# manage.
|
||||||
home.username = "pagedmov";
|
|
||||||
home.homeDirectory = "/home/pagedmov";
|
|
||||||
home.enableNixpkgsReleaseCheck = false;
|
|
||||||
|
|
||||||
imports = [ ./modules/zshell.nix ];
|
imports = [ ./modules/zshell.nix ];
|
||||||
|
|
||||||
|
home = {
|
||||||
|
stateVersion = "24.05"; # Please read the comment before changing.
|
||||||
|
username = "pagedmov";
|
||||||
|
homeDirectory = "/home/pagedmov";
|
||||||
|
enableNixpkgsReleaseCheck = false;
|
||||||
|
|
||||||
|
|
||||||
# This value determines the Home Manager release that your configuration is
|
# This value determines the Home Manager release that your configuration is
|
||||||
# compatible with. This helps avoid breakage when a new Home Manager release
|
# compatible with. This helps avoid breakage when a new Home Manager release
|
||||||
# introduces backwards incompatible changes.
|
# introduces backwards incompatible changes.
|
||||||
@@ -16,69 +19,79 @@
|
|||||||
# You should not change this value, even if you update Home Manager. If you do
|
# You should not change this value, even if you update Home Manager. If you do
|
||||||
# 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.05"; # Please read the comment before changing.
|
|
||||||
|
|
||||||
# hi
|
# hi
|
||||||
# The home.packages option allows you to install Nix packages into your
|
# The home.packages option allows you to install Nix packages into your
|
||||||
# environment.
|
# environment.
|
||||||
home.packages = with pkgs; [
|
hompackages = with pkgs; [
|
||||||
hello
|
hello
|
||||||
gtk3
|
gtk3
|
||||||
adwaita-icon-theme
|
adwaita-icon-theme
|
||||||
waybar
|
waybar
|
||||||
dunst
|
dunst
|
||||||
rofi
|
rofi
|
||||||
starship
|
starship
|
||||||
ranger
|
ranger
|
||||||
zathura
|
zathura
|
||||||
inkscape
|
inkscape
|
||||||
imagemagick
|
imagemagick
|
||||||
firefox
|
firefox
|
||||||
yt-dlp
|
yt-dlp
|
||||||
vlc
|
vlc
|
||||||
spotify
|
spotify
|
||||||
speedtest-cli
|
speedtest-cli
|
||||||
vesktop
|
vesktop
|
||||||
qbittorrent
|
qbittorrent
|
||||||
obs-studio
|
obs-studio
|
||||||
neovide
|
neovide
|
||||||
chromium
|
chromium
|
||||||
zsh
|
zsh
|
||||||
zsh-syntax-highlighting
|
zsh-syntax-highlighting
|
||||||
zsh-history-substring-search
|
zsh-history-substring-search
|
||||||
zsh-autosuggestions
|
zsh-autosuggestions
|
||||||
nvim
|
nvim
|
||||||
toilet
|
toilet
|
||||||
];
|
];
|
||||||
|
|
||||||
home.pointerCursor = {
|
pointerCursor = {
|
||||||
name = "Quintom_Ink";
|
name = "Quintom_Ink";
|
||||||
size = 36;
|
size = 36;
|
||||||
package = pkgs.quintom-cursor-theme;
|
package = pkgs.quintom-cursor-theme;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file = { # dotfiles
|
file = { # dotfiles
|
||||||
# example
|
# example
|
||||||
# ".screenrc".source = dotfiles/screenrc;
|
# ".screenrc".source = dotfiles/screenrc;
|
||||||
# ".gradle/gradle.properties".text = ''
|
# ".gradle/gradle.properties".text = ''
|
||||||
# org.gradle.console=verbose
|
# org.gradle.console=verbose
|
||||||
# org.gradle.daemon.idletimeout=3600000
|
# org.gradle.daemon.idletimeout=3600000
|
||||||
# ''
|
# ''
|
||||||
".config/dunst/dunstrc".source = ./dotfiles/packages/dunst/dunstrc;
|
".config/dunst/dunstrc".source = ./dotfiles/packages/dunst/dunstrc;
|
||||||
".config/hypr/hyprland.conf".source = ./dotfiles/packages/hyprland/hyprland.conf;
|
".config/hypr/hyprland.conf".source = ./dotfiles/packages/hyprland/hyprland.conf;
|
||||||
".config/hypr/hyprpaper.conf".source = ./dotfiles/packages/hyprland/hyprpaper.conf;
|
".config/hypr/hyprpaper.conf".source = ./dotfiles/packages/hyprland/hyprpaper.conf;
|
||||||
".config/kitty/kitty.conf".source = ./dotfiles/packages/kitty/kitty.conf;
|
".config/kitty/kitty.conf".source = ./dotfiles/packages/kitty/kitty.conf;
|
||||||
".config/ranger/rc.conf".source = ./dotfiles/packages/ranger/rc.conf;
|
".config/ranger/rc.conf".source = ./dotfiles/packages/ranger/rc.conf;
|
||||||
".config/ranger/rifle.conf".source = ./dotfiles/packages/ranger/rifle.conf;
|
".config/ranger/rifle.conf".source = ./dotfiles/packages/ranger/rifle.conf;
|
||||||
".config/ranger/scope.sh".source = ./dotfiles/packages/ranger/scope.sh;
|
".config/ranger/scope.sh".source = ./dotfiles/packages/ranger/scope.sh;
|
||||||
".config/rofi/launcher.rasi".source = ./dotfiles/packages/rofi/launcher.rasi;
|
".config/rofi/launcher.rasi".source = ./dotfiles/packages/rofi/launcher.rasi;
|
||||||
".config/starship/starship.toml".source = ./dotfiles/packages/starship/starship.toml;
|
".config/starship/starship.toml".source = ./dotfiles/packages/starship/starship.toml;
|
||||||
".config/waybar/config".source = ./dotfiles/packages/waybar/config/config;
|
".config/waybar/config".source = ./dotfiles/packages/waybar/config/config;
|
||||||
".config/waybar/style.css".source = ./dotfiles/packages/waybar/config/style.css;
|
".config/waybar/style.css".source = ./dotfiles/packages/waybar/config/style.css;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
xdg = {
|
||||||
|
settings = {
|
||||||
|
gtk = {
|
||||||
|
theme = "Adwaita-dark";
|
||||||
|
iconTheme = "Adwaita";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
programs.zsh.enable = true;
|
programs = {
|
||||||
programs.home-manager.enable = true;
|
zsh.enable = true;
|
||||||
|
programs.home-manager.enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user