Commit Graph

48 Commits

Author SHA1 Message Date
48cb1ea542 packages: Use srb2 from fork 2023-06-08 18:30:38 -04:00
132e985a52 packages: Use waycorner from nixpkgs/master 2023-06-08 18:27:10 -04:00
0bb8eca867 packages: Use hyprland-autoname-workspaces from fork 2023-06-08 18:19:02 -04:00
47b5ac0d7d nix: Remove logic from modules/default.nix
For simplicity, the first-level default.nix should be used to import all
the other modules.
2023-06-08 17:23:22 -04:00
a5941a1701 meta: Use crystal-flake for crystal development
The current crystal binary in nixpkgs complains about not finding pcre
when you try to compile anything with it, so crystal-flake is necessary
to have a working crystal environment under NixOS.

crystal-flake additionally packages crystalline, which is nice since no
one has been able to successfully create a pull request for nixpkgs yet.

Reference: https://github.com/NixOS/nixpkgs/issues/129002
2023-06-08 15:13:46 -04:00
07c0377ffa packages: Add nixpkgs-fmt
Useful for contributing to nixpkgs.
2023-06-07 16:32:37 -04:00
d4f0a45da3 gamemode: Customize 2023-06-07 12:26:12 -04:00
433bd5b01e meta: Remove nixos-generators
After waiting 41 minutes to produce an output iso of 6.9 GB, the iso
itself failed to boot when trying to start it. Rather than dealing with
this excruciatingly long build process, I'd much rather use nixos-rebuild
build-vm.
2023-06-06 17:03:34 -04:00
4d9a6b6877 variables: Add username 2023-06-06 10:50:42 -04:00
393e2cb241 nix: Use nix-daemon to optimize store
This *shouldn't* have a negative impact on performance, and avoids
having to remember to optimize the store periodically.
2023-06-06 08:16:27 -04:00
41571e4354 variables: Add locale 2023-06-06 08:14:52 -04:00
198ed44737 src: Add stateVersion to variables 2023-06-06 05:15:41 -04:00
7e38c259fa meta: Replace joshuto package with overlay
This actually took *forever*, but now that I know how to write nixpkgs
overlays, any future ones I write should be relatively straight-forward.
2023-06-05 23:07:36 -04:00
a0dae2344d nix: Use hosts directory
This may be useful if I want to try NixOS on another host in the future.
2023-06-05 21:23:28 -04:00
5cd582cdac meta: Use src directory
There's something cool about having a separate main.nix for your NixOS
configuration.
2023-06-05 21:16:20 -04:00
89b682aed6 Remove theme.cr in favor of Mica
This commit removes theme.cr in favor of Mica, a universal way to change
color schemes. This lets me better create abstractions for the scheme
changing functionality, making it easier to both add and apply color
schemes with different combinations of software.
2018-01-30 00:25:47 -05:00
a42e4ad4d0 Major clean up overall
This commit:

- Moves the rest of the packages from packages.sh to PKGBUILD
- Updates the README to include upstream packages instead of relying on
  our own local versions of them
- Removes the rest of the legacy install scripts
- Adds some missing config options and other useful commands to the
  README and help files
- Removes the local copy of launch-cmd in favor of upstream instead
- Moves a variety of smaller help files to other.md
- Adds fish information to other.md
- Moves automation information to install-guide.sh
- Removes the local copy of Arch Silence in favor of upstream instead
- Updates theme_helper.cr before eventually removing it in favor of Mica
2018-01-28 23:57:11 -05:00
c0b2905abf Remove pass
As much as I'd like to make a password manager, putting all the
functionality in this repository isn't going to work. With that being
said, I may or may not make an improved version of "pass" in the future.
Stay tuned!
2018-01-26 23:55:52 -05:00
b5fd0980bd Remove maid
As much as maid was fun to write (and use!), having two separate files
for each of your dotfiles is a fundamentally flawed design. Using GNU
Stow for dotfiles is a much better way to get things done since the
files are linked: updating ~/.vimrc will automatically update the .vimrc
in your dotfiles directory, and vice versa.

Additionally, GNU Stow makes it easy to pick and choose the dotfiles
that you want to use. If you don't want to use a certain configuration
anymore, it's easy to "stow -D <config>" instead of having to manually
go into the .config directory and remove the offending files.
2018-01-25 23:38:55 -05:00
ca6d1abdd4 Remove trucolor
As much as having true color support in the terminal is cool, it doesn't
really make sense for primary output. Not all terminals support true
color and ttys don't exactly handle true color well either.
2018-01-22 23:56:03 -05:00
6c1e088ff8 Remove trufetch
There are better programs out there like Neofetch that get the job done
and do much more. I'd rather rely on one of those programs here instead.
2018-01-20 23:54:15 -05:00
7d70e11f59 Update trufetch before removing it 2018-01-20 23:51:32 -05:00
bb7db5210d Add theme preview support 2017-12-31 21:34:29 -05:00
1763b9fe22 Remove kemal and other server dependencies 2017-12-29 23:34:20 -05:00
a92dec271a Add zathura theme support 2017-12-28 16:54:37 -05:00
6bcec7520e Add 'maid add' functionality 2017-12-27 22:54:23 -05:00
64646500be Add .Xresources theme support
This commit adds theme support (through .Xresources) for i3 and polybar.

As an added bonus, theme.cr has been updated to make changing these
colors automatic.

The termite config has been updated to reflect the new settings from
theme.cr.
2017-12-26 23:47:34 -05:00
d50ebb0c64 Remove output directories from the repository 2017-12-25 21:34:37 -05:00
156b2d263c Update theme.cr to change terminal colors directly 2017-12-24 15:51:53 -05:00
c5884869d7 Add lib/theme.cr and src/theme.cr 2017-12-23 23:25:25 -05:00
1a66596fdb Add initial layout for a server to serv.cr 2017-12-16 23:56:12 -05:00
e7e4f43c5d Add base structure to pass.cr 2017-11-21 18:45:15 -05:00
f4cfe5fb5c Add base pass.cr, a simple password manager 2017-11-20 18:58:56 -05:00
0681a7d0f1 Add essential maid up and maid down functionality to maid.cr 2017-11-19 21:14:06 -05:00
fdaf706896 Update maid status and maid diff functionality 2017-11-17 19:42:29 -05:00
d051d92d1a Require trucolor directly, the crystal way 2017-11-15 08:48:50 -05:00
e825c8ccb4 Add base implementation of trufetch 2017-11-15 08:22:13 -05:00
e9c60decb9 Add base implementation of maid methods 2017-11-15 01:31:21 -05:00
51e925af3d Add private method to print error messages in maid.cr 2017-11-15 01:02:35 -05:00
2d5ce6ffa9 Properly exit from unknown() in maid.cr 2017-11-15 00:57:20 -05:00
9aa5eddf71 Add working file comparison implementation to maid.cr 2017-11-14 13:58:55 -05:00
d553d267c3 Add method to manage unknown commands in maid.cr 2017-11-14 13:56:52 -05:00
7877003aca Add usage information to maid.cr 2017-11-14 13:55:10 -05:00
d591471263 Remove $HOME from the upstream constant in maid.cr 2017-11-14 13:40:55 -05:00
91b2062722 Use extend self in maid.cr 2017-11-14 13:36:59 -05:00
5ee44c4a02 Require trucolor and file_utils in maid.cr 2017-11-14 13:30:19 -05:00
36697f630e Add base maid program in crystal 2017-11-14 06:57:13 -05:00
06d7005b0a Add launch.c 2017-10-27 23:03:27 -04:00