bug fixes

This commit is contained in:
2024-09-24 15:24:54 -04:00
parent 3ad28e803c
commit e0f4d10742
4 changed files with 20 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
programs.hyprland.enable = true;
programs.steam.enable = true;
home-manager.backupFileExtension = "backup";
# Enable sound.
#hardware.pulseaudio.enable = true;
@@ -45,12 +45,14 @@
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
parted
vim
wget
alsa-utils
alsa-lib
zsh
git
kitty
xwaylandvideobridge
xpad
wl-clipboard

View File

@@ -15,5 +15,10 @@
configFile = ./kitty.conf;
});
};
devShells.default = pkgs.mkShell {
buildInputs = [ pkgs.kitty ];
};
};
}

View File

@@ -15,3 +15,4 @@ url_style curly
shell zsh
confirm_os_window_close 0

View File

@@ -53,7 +53,17 @@
# org.gradle.console=verbose
# org.gradle.daemon.idletimeout=3600000
# ''
".config/dunst/dunstrc".source = ./dotfiles/packages/dunst/dunstrc;
".config/hypr/hyprland.conf".source = ./dotfiles/packages/hyprland/hyprland.conf;
".config/hypr/hyprpaper.conf".source = ./dotfiles/packages/hyprland/hyprpaper.conf;
".config/kitty/kitty.conf".source = ./dotfiles/packages/kitty/kitty.conf;
".config/ranger/rc.conf".source = ./dotfiles/packages/ranger/rc.conf;
".config/ranger/rifle.conf".source = ./dotfiles/packages/ranger/rifle.conf;
".config/ranger/scope.sh".source = ./dotfiles/packages/ranger/scope.sh;
".config/rofi/launcher.rasi".source = ./dotfiles/packages/rofi/launcher.rasi;
".config/starship/starship.toml".source = ./dotfiles/packages/starship/starship.toml;
".config/waybar/config".source = ./dotfiles/packages/waybar/config/config;
".config/waybar/style.css".source = ./dotfiles/packages/waybar/config/style.css;
};