Compare commits

...

3 Commits

Author SHA1 Message Date
9ae057ee36
some wayland changes
- pcmanfm-qt
- install some nwg stuff
2024-02-29 20:05:56 -05:00
4a718a6bef
install tmux 2024-02-29 20:05:28 -05:00
54a0e592ae
home: move legacy zsh import to correct location 2024-02-29 19:06:45 -05:00
4 changed files with 16 additions and 4 deletions

View File

@ -15,13 +15,23 @@ in
qt.platformTheme = "qtct"; qt.platformTheme = "qtct";
qt.style.name = "kvantum"; qt.style.name = "kvantum";
home.packages = with pkgs; [ home.packages = with pkgs; let
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;
envExtra = '' initExtra = ''
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,6 +42,7 @@ 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.dolphin}/bin/dolphin"; files = "${pkgs.pcmanfm-qt}/bin/pcmanfm-qt";
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,6 +41,7 @@ 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