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.style.name = "kvantum";
home.packages = with pkgs; let
pcmanfm-qt-shim = writeShellScriptBin "pcmanfm" ''
exec "${pcmanfm-qt}/bin/pcmanfm-qt" "$@"
'';
in [
home.packages = with pkgs; [
qt5ct
qt6ct
swaybg
swayidle
libsForQt5.qtstyleplugin-kvantum
pcmanfm-qt
pcmanfm-qt-shim
wlr-randr
nwg-look
nwg-displays
pcmanfm
# very consistent
(catppuccin-papirus-folders.override {accent = "mauve"; flavor = "mocha"; })

View File

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

View File

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

View File

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