icons now working and added pcmanfm

This commit is contained in:
Lorenz Hohermuth 2024-08-01 05:37:21 +02:00
parent 1963808e1d
commit 69f0121b26
2 changed files with 16 additions and 8 deletions

View File

@ -104,13 +104,25 @@
users.defaultUserShell = pkgs.zsh; users.defaultUserShell = pkgs.zsh;
environment.systemPackages = [ environment.systemPackages = [
pkgs.auto-cpufreq pkgs.auto-cpufreq
pkgs.neovim pkgs.neovim
pkgs.wget
pkgs.neofetch pkgs.neofetch
pkgs.wget
pkgs.git pkgs.git
pkgs.gcc pkgs.gcc
pkgs.nodejs_22 pkgs.nodejs_22
pkgs.python313
pkgs.cargo pkgs.cargo
pkgs.networkmanager_dmenu
pkgs.dmenu
pkgs.brave
pkgs.kitty # terminal
pkgs.nitrogen # wallpapers
pkgs.tmux # multiplexer
]; ];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are

View File

@ -1,6 +1,5 @@
{ config, pkgs, inputs, catppuccinFlavor, ... }: { config, pkgs, inputs, catppuccinFlavor, ... }:
{ { imports = [
imports = [
inputs.spicetify-nix.homeManagerModules.default inputs.spicetify-nix.homeManagerModules.default
]; ];
@ -32,7 +31,7 @@
}; };
iconTheme = { iconTheme = {
package = pkgs.papirus-icon-theme; package = pkgs.papirus-icon-theme;
name = "Papirus Dark"; name = "Papirus-Dark";
}; };
}; };
@ -61,14 +60,11 @@
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
home.packages = [ home.packages = [
pkgs.zsh # shell pkgs.zsh # shell
pkgs.kitty # terminal
pkgs.tmux # multiplexer
pkgs.nitrogen # wallpapers
pkgs.fzf # fuzzy search pkgs.fzf # fuzzy search
pkgs.brave # browser
pkgs.oh-my-zsh # prompt pkgs.oh-my-zsh # prompt
pkgs.picom # compositoe pkgs.picom # compositoe
pkgs.ranger # file manager pkgs.ranger # file manager
pkgs.pcmanfm # gui file manager
pkgs.superfile # file manager pkgs.superfile # file manager
pkgs.obsidian # notes pkgs.obsidian # notes
pkgs.keepassxc # passwords pkgs.keepassxc # passwords