got rid of all the needless directories. will be sorting dotfiles to fit nix home manager in the near future.
This commit is contained in:
parent
7ac00f2417
commit
ae6fda00a0
38 changed files with 102 additions and 1062 deletions
|
|
@ -10,6 +10,10 @@
|
|||
enable = true;
|
||||
createDirectories = true;
|
||||
};
|
||||
gtk = {
|
||||
enable = true;
|
||||
colorScheme = "dark";
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
|
|
@ -64,6 +68,7 @@
|
|||
co = "checkout";
|
||||
s = "status";
|
||||
pu = "push origin master";
|
||||
po = "push origin main"
|
||||
rmc = "rm -r --cached";
|
||||
};
|
||||
};
|
||||
|
|
@ -89,42 +94,33 @@
|
|||
};
|
||||
};
|
||||
|
||||
/* services.mpd = {
|
||||
enable = true;
|
||||
musicDirectory = "/home/lunita/Music";
|
||||
extraConfig = ''
|
||||
audio_output {
|
||||
type "pipewire"
|
||||
name "Pipewire Output"
|
||||
}
|
||||
'';
|
||||
}; */
|
||||
|
||||
home.packages = with pkgs; [
|
||||
tree # Nice file tree views w/ permissions
|
||||
linux-wifi-hotspot # For hotspotting while over ethernet
|
||||
neofetch # Muh epic r1ce!!!
|
||||
hyfetch # basically neofetch but with queer flags
|
||||
btop # Resource manager
|
||||
htop # OG resource manager
|
||||
btop # Pretty resource manager
|
||||
stow # For dotfiles deployment. May use home.file in future
|
||||
imagemagick # For converting images into other fmts
|
||||
sxiv # Minimal image viewer
|
||||
mpv # Video player
|
||||
mpv # Media player
|
||||
zathura # PDF/CBZ/EPUB/DJVU reader
|
||||
tmux # Tride and true terminal multiplexer
|
||||
obsidian # For epic note taking (really just mediocre journaling)
|
||||
keepassxc # Secure password manager
|
||||
syncthing # Self explanatory
|
||||
syncthing # File syncing
|
||||
ghostty # Terminal emulator
|
||||
irssi # Terminal IRC client
|
||||
nyxt # Customizable browser
|
||||
cmus # C Music Player (TUI)
|
||||
deadbeef # Closest thing to foobar2000 native on Linux
|
||||
nicotine-plus # FOSS client for SoulSeek
|
||||
kdePackages.dolphin # GUI File Manager
|
||||
# Fonts
|
||||
nerd-fonts.jetbrains-mono
|
||||
miracode
|
||||
monocraft
|
||||
kdePackages.dolphin
|
||||
];
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue