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.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
qt6ct
swaybg
swayidle
libsForQt5.qtstyleplugin-kvantum
pcmanfm
pcmanfm-qt
pcmanfm-qt-shim
wlr-randr
nwg-look
nwg-displays
# 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;
envExtra = ''
initExtra = ''
export HOME_MANAGER_MANAGED=true
[[ -e ~/dotfiles/shell/.zshrc ]] && . ~/dotfiles/shell/.zshrc ]]
unset HOME_MANAGER_MANAGED
@ -42,6 +42,7 @@ in
btop
fzf
zoxide
tmux
];
};
}

View File

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

View File

@ -41,6 +41,7 @@ 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