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