Compare commits
No commits in common. "081e70235a6eac6cf75696707bc51f74781b0ada" and "fb158f7d41c9b4ee798e2459902e67492ae0fba4" have entirely different histories.
081e70235a
...
fb158f7d41
@ -1,11 +1,6 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
|
||||
# tmuxifier
|
||||
home.packages = with pkgs; [
|
||||
tmuxifier
|
||||
];
|
||||
|
||||
# tmux
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
|
@ -55,9 +55,6 @@
|
||||
|
||||
umount-media = "sudo umount /home/simon/remotedir/media";
|
||||
umount-siempie = "sudo umount /home/simon/remotedir/siempie";
|
||||
|
||||
# tmux
|
||||
td = "tmuxifier load-session default";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -11,6 +11,7 @@
|
||||
htop
|
||||
intel-gpu-tools
|
||||
killall
|
||||
nerdfonts
|
||||
radeontop
|
||||
pciutils
|
||||
pavucontrol
|
||||
@ -18,6 +19,7 @@
|
||||
solaar
|
||||
spice-vdagent
|
||||
sshfs
|
||||
wl-clipboard
|
||||
|
||||
# hyprland
|
||||
adwaita-qt
|
||||
@ -35,14 +37,12 @@
|
||||
socat
|
||||
swaybg
|
||||
waybar
|
||||
wl-clipboard
|
||||
wofi
|
||||
xfce.xfce4-settings
|
||||
|
||||
# fonts
|
||||
font-awesome
|
||||
jetbrains-mono
|
||||
nerdfonts
|
||||
ubuntu_font_family
|
||||
|
||||
# browsers
|
||||
|
Reference in New Issue
Block a user