Commit Graph

1378 Commits

Author SHA1 Message Date
Donovan Glover
ac02f53242 neovim: Add lua keybinds 2023-05-12 12:27:16 -04:00
Donovan Glover
ceebe55482 Add xfce.exo package
This makes "Open Terminal Here" work in Thunar.
2023-05-12 12:18:17 -04:00
Donovan Glover
52351da1fe Add back rofi
Rofi is actually quite convenient, so it's better to leave it as an
option.
2023-05-12 12:17:19 -04:00
Donovan Glover
5ce3256383 Fix fcitx5 settings being overwritten
There was also a typo where I referenced fcitx/config instead of
fcitx5/config.
2023-05-12 11:56:21 -04:00
Donovan Glover
c3aa34812a Make home-manager apply to all users 2023-05-12 11:34:48 -04:00
Donovan Glover
ce39f9f6d9 Finish nixification
The nixification is now complete.
2023-05-12 01:48:51 -04:00
Donovan Glover
ad3090d161 hyprland: Simplify config
Less is more.
2023-05-12 01:43:33 -04:00
Donovan Glover
328f30151b hyprland: Source non-trivial scripts
I may simplify this later.
2023-05-12 01:29:35 -04:00
Donovan Glover
5c180d227d Add color scripts 2023-05-12 01:19:03 -04:00
Donovan Glover
971f6d5032 Remove remaining arch linux scripts
I didn't think it would happen but it happened. NixOS meets my needs
much better than Arch Linux does.
2023-05-12 01:18:23 -04:00
Donovan Glover
34ea4f1ec7 hyprland: Change layerrule to waybar 2023-05-12 00:58:39 -04:00
Donovan Glover
3d0ac37308 hyprland: Remove groups
Groups add a certain amount of complexity that I'd rather not have to
deal with.
2023-05-12 00:47:57 -04:00
Donovan Glover
4109ed7b3b hyprland: Remove old scripts 2023-05-12 00:47:32 -04:00
Donovan Glover
5cad30aab0 Migrate fcitx config to nix 2023-05-12 00:37:59 -04:00
Donovan Glover
574855cc11 Manage qutebrowser config with home-manager 2023-05-12 00:23:34 -04:00
Donovan Glover
629c0d9881 Update package list 2023-05-12 00:05:31 -04:00
Donovan Glover
4a03bc4164 fix: Don't blank cursor at the hyprland level
This fixes an issue where the cursor would occasionally show in
fullscreen applications where the cursor was not expected to show.

The cursor will still disappear when using kitty.
2023-05-11 21:31:31 -04:00
Donovan Glover
c9a3d9c8c5 Remove old meta package
I personally find it frightening that I was previously using PKGBUILDs
in Arch Linux for something that could have been so elegantly achieved
with Nix and NixOS.
2023-05-11 20:37:31 -04:00
Donovan Glover
ad5f9aa991 Remove hosts directory for now
A hosts directory may be useful later.
2023-05-11 19:31:35 -04:00
Donovan Glover
2c281b8529 Move remaining home-manager stuff to home.nix 2023-05-11 19:25:09 -04:00
Donovan Glover
9e11cb4278 Simplify modules to home.nix
I *may* abstract this in the future, but for now I have no reason to.
2023-05-11 19:14:59 -04:00
Donovan Glover
95ccadd612 Run nixfmt 2023-05-11 19:07:04 -04:00
Donovan Glover
6794f7be19 Decrease systemd timeout
Unfortunately, the system occasionally gets stuck at the dreaded "stop
job" message at times. I haven't delved into figuring out the cause yet,
but this change ensures that shutdowns occur in a timely manner.
2023-05-11 19:05:22 -04:00
Donovan Glover
bae89090b0 Update packages 2023-05-11 19:04:47 -04:00
Donovan Glover
19a42793b5 Remove wayland support from containers
This was cute, but I really don't want to worry about the implications
of software sharing the same Wayland socket as the host.
2023-05-11 19:03:07 -04:00
Donovan Glover
341d3aeae5 Remove rofi
This is an experiment to see if I prefer launching everything from the
terminal to get a more tty-like feel.
2023-05-11 18:53:43 -04:00
Donovan Glover
317c7b5dc6 fish: Fix export syntax 2023-05-11 17:48:01 -04:00
Donovan Glover
25bc5c972b Add gituser 2023-05-11 17:47:32 -04:00
Donovan Glover
7eaa501eac Use htop-vim
Note that git is removed here since it's available in home-manager.
2023-05-11 17:31:50 -04:00
Donovan Glover
ca38df812f Add fcitx5-mozc 2023-05-11 17:22:53 -04:00
Donovan Glover
5a4b6ebd1b hyprland: Update hyprland.conf 2023-05-11 17:21:30 -04:00
Donovan Glover
0038165390 Nixify fish config
Note that the home manager module isn't used here since the resulting
config.fish made fish noticeably slower on startup.
2023-05-11 17:19:21 -04:00
Donovan Glover
dac973d4a9 qutebrowser: Remove pywal stuff
Stylix is quite nice since it affects the whole system. It feels like a
truly immersive experience when the system boots into a color scheme you
set.
2023-05-11 16:45:20 -04:00
Donovan Glover
ab910245b3 Add virtualization settings
This makes the VM beefier and uses virtio so Hyprland works.
2023-05-11 16:40:58 -04:00
Donovan Glover
7f4eac5446 Migrate remaining neovim config to nix 2023-05-11 16:30:12 -04:00
Donovan Glover
a47c056439 Remove old fish config 2023-05-11 15:15:41 -04:00
Donovan Glover
f3a14515f8 Remove KMSCON support
Unfortunately, KMSCON was extremely buggy and caused a variety of
graphical glitches and random character sequences across a non-trivial
amount of virtual consoles. Because of this, Hyprland as the main
environment will be preferred with a way to emulate a tty-like
appearance.
2023-05-11 14:06:38 -04:00
Donovan Glover
30ffc5cd4e Add KMSCON support
This change makes it possible to see Japanese and other exotic
characters in the virtual console.
2023-05-11 13:48:16 -04:00
Donovan Glover
c45a96764f nix: Continue nixification 2023-05-11 12:56:13 -04:00
Donovan Glover
5322fc02b8 nix: Nixify more dotfiles 2023-05-11 07:30:58 -04:00
Donovan Glover
0d0c00f1d9 nix: Nixify feh
Although it would be nice to use a Wayland image viewer, currently all
of them (that I am aware of) suffer from anti-aliasing issues not present
in feh.
2023-05-11 00:46:26 -04:00
Donovan Glover
ac3769d21c nix: Nixify dunst 2023-05-11 00:29:03 -04:00
Donovan Glover
23ddf7de1a nix: Nixify mpv 2023-05-11 00:05:19 -04:00
Donovan Glover
8f84edcce3 Remove old tmux config
In the event that I need to use tmux, the default config is fine.
2023-05-10 23:35:08 -04:00
Donovan Glover
1128ee65fd wip: Neoify vim config
Removing old and outdated stuff that is no longer relevant or doesn't
apply to neovim specifically.
2023-05-10 23:31:01 -04:00
Donovan Glover
be51dac62a nix: Use nixpkgs for stylix 2023-05-10 22:43:11 -04:00
Donovan Glover
2fa459de0c Update .gitignore 2023-05-10 22:19:36 -04:00
Donovan Glover
601a903787 Add new README 2023-05-10 16:47:35 -04:00
Donovan Glover
451c1f7d89 meta: Remove old README
Goodbye, old readme.
2023-05-10 15:36:12 -04:00
Donovan Glover
0d806e7f2d fish: Start hyprland by default on tty1 2023-05-10 15:28:18 -04:00