1
0
forked from extern/nix-config
Commit Graph

1459 Commits

Author SHA1 Message Date
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
Donovan Glover
eacd7f7392
nix: Various changes
- Changed some packages
- Changed fonts
- Removed autostart from container
2023-05-10 15:26:08 -04:00
Donovan Glover
1e6a35b242
fix: Don't use a display manager
This fixes an issue where a display manager like sddm increases the
complexity of the system.
2023-05-10 15:22:53 -04:00
Donovan Glover
8745033373
hyprland: Use background from nix store
Note that instead of searching for the background at runtime, it is
likely possible to reference the background at build time when the
hyprland config is migrated to Nix.
2023-05-10 15:12:01 -04:00
Donovan Glover
1a3583567b
Remove wal
This isn't needed anymore since Stylix is quite cool and modifies color
schemes at the system level.
2023-05-10 15:08:34 -04:00
Donovan Glover
10908e340b
feat: Add xdg-user-dirs support 2023-05-10 14:37:42 -04:00
Donovan Glover
5230741e65
feat: Add mpd/ncmpcpp 2023-05-10 13:51:21 -04:00
Donovan Glover
cd32ad2e27
feat: Add gtk config 2023-05-10 13:51:05 -04:00
Donovan Glover
e05914ae18
feat: Add tig config 2023-05-10 13:49:47 -04:00
Donovan Glover
50b4a48709
Begin cleaning up archlinux directory
After using Nix and NixOS for a few days, I can't believe I did
something like this in the past. Having a single reproducible flake is
significantly more pragmatic than imperatively configuring everything.
2023-05-10 13:45:10 -04:00
Donovan Glover
ef97a778aa
fix: Add wallpaper.png
A wallpaper is required for Stylix to work, so I added one with base00
as the background color and the NixOS logo as the foreground image.

Credit for the logo goes to the original author who licensed it under
CC-BY: https://releases.nixos.org/nix-dev/2016-October/021876.html
2023-05-10 13:21:31 -04:00
Donovan Glover
176a8b6597
feat: Add dunst support 2023-05-10 12:52:58 -04:00
Donovan Glover
88ccef09b3
feat: Add bat support 2023-05-10 12:52:45 -04:00
Donovan Glover
0d23db84da
feat: Start kitty from thunar 2023-05-10 12:52:23 -04:00
Donovan Glover
680668ede2
feat: Migrate xresources and cursor theme to nix 2023-05-10 12:52:02 -04:00
Donovan Glover
7dcaa2378e
fix: Migrate remaining kitty config to nix 2023-05-10 12:50:16 -04:00
Donovan Glover
62a75c5800
feat: Add remaining starship config
This change shows text instead of emoji and other symbols that aren't
supported in ttys.
2023-05-10 12:43:34 -04:00
Donovan Glover
077e826020
feat: Add sound support 2023-05-10 12:34:37 -04:00
Donovan Glover
c0377103bd
fix: Remove alacritty
Alacritty does not support MapleMono-NF as a font, whereas kitty does.
kitty also has other nice features such as built-in windows/tabs and
image support.
2023-05-10 11:50:15 -04:00
Donovan Glover
15b231a157
feat: Add zathura config
Note that loading a runtime file in ~/.cache/wal is no longer necessary
since configuration is done declaratively through Nix.

Although this has some downsides, such as the lack of "live reloading"
in some applications, this "feature" wasn't present across all
applications anyway.
2023-05-10 11:44:21 -04:00