Compare commits
3 Commits
71fbecf769
...
9ae057ee36
Author | SHA1 | Date | |
---|---|---|---|
9ae057ee36 | |||
4a718a6bef | |||
54a0e592ae |
@ -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"; })
|
||||||
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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";
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user