Compare commits

..

No commits in common. "9ae057ee362c2ec7fda867959f9201c178368b7b" and "71fbecf7691a7b0e8e8062fad7e09b19e2f1e7c6" have entirely different histories.

4 changed files with 4 additions and 16 deletions

View File

@ -15,23 +15,13 @@ in
qt.platformTheme = "qtct"; qt.platformTheme = "qtct";
qt.style.name = "kvantum"; qt.style.name = "kvantum";
home.packages = with pkgs; let home.packages = with pkgs; [
pcmanfm-qt-shim = writeShellScriptBin "pcmanfm" ''
exec "${pcmanfm-qt}/bin/pcmanfm-qt" "$@"
'';
in [
qt5ct qt5ct
qt6ct qt6ct
swaybg swaybg
swayidle swayidle
libsForQt5.qtstyleplugin-kvantum libsForQt5.qtstyleplugin-kvantum
pcmanfm
pcmanfm-qt
pcmanfm-qt-shim
wlr-randr
nwg-look
nwg-displays
# very consistent # very consistent
(catppuccin-papirus-folders.override {accent = "mauve"; flavor = "mocha"; }) (catppuccin-papirus-folders.override {accent = "mauve"; flavor = "mocha"; })

View File

@ -21,7 +21,7 @@ in
programs.fzf.enableZshIntegration = true; programs.fzf.enableZshIntegration = true;
programs.zsh = { programs.zsh = {
enable = true; enable = true;
initExtra = '' envExtra = ''
export HOME_MANAGER_MANAGED=true export HOME_MANAGER_MANAGED=true
[[ -e ~/dotfiles/shell/.zshrc ]] && . ~/dotfiles/shell/.zshrc ]] [[ -e ~/dotfiles/shell/.zshrc ]] && . ~/dotfiles/shell/.zshrc ]]
unset HOME_MANAGER_MANAGED unset HOME_MANAGER_MANAGED
@ -42,7 +42,6 @@ in
btop btop
fzf fzf
zoxide zoxide
tmux
]; ];
}; };
} }

View File

@ -6,7 +6,7 @@ let
# commands # commands
terminal = "${pkgs.kitty}/bin/kitty"; terminal = "${pkgs.kitty}/bin/kitty";
files = "${pkgs.pcmanfm-qt}/bin/pcmanfm-qt"; files = "${pkgs.dolphin}/bin/dolphin";
rofi = "${pkgs.rofi-wayland}/bin/rofi"; rofi = "${pkgs.rofi-wayland}/bin/rofi";
notifydaemon = "${pkgs.dunst}/bin/dunst"; notifydaemon = "${pkgs.dunst}/bin/dunst";
brightnessctl = "${pkgs.brightnessctl}/bin/brightnessctl"; brightnessctl = "${pkgs.brightnessctl}/bin/brightnessctl";

View File

@ -41,7 +41,6 @@ in
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
neovim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. neovim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
tmux
wget wget
curl curl
git git