chore: refactor
This commit is contained in:
parent
e21c3a8a1f
commit
f06011e890
7 changed files with 50 additions and 45 deletions
|
@ -19,7 +19,8 @@
|
|||
nmap # network mapper
|
||||
xclip # clipboard
|
||||
ripgrep # searches the current directory for a regex pattern
|
||||
sshfs # Mount filesystems over SSH
|
||||
sshfs # mount filesystems over SSH
|
||||
feh # image viewer
|
||||
|
||||
# HTTP
|
||||
curl # transfer dato to/from server
|
||||
|
|
|
@ -3,7 +3,21 @@
|
|||
inputs,
|
||||
...
|
||||
}: {
|
||||
# Install our XMonad and Xmobar configuration
|
||||
environment = {
|
||||
systemPackages = [inputs.xmonad-config.packages.${pkgs.system}.default];
|
||||
};
|
||||
|
||||
# Required dependencies for our xfce/gtk programs
|
||||
programs = {
|
||||
# Configuration storage system for xfce
|
||||
xfconf.enable = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
# Mount, trash, and other functionalities
|
||||
gvfs.enable = true;
|
||||
# Thumbnail support for images
|
||||
tumbler.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue