1
Fork 0
Commit graph

10 commits

Author SHA1 Message Date
daddbaf867
Opt in state for honkers railway 2024-05-30 19:36:03 +02:00
467c891558
Add soyscript language server
For configuring ags, hopefully I won't ever have to use this for more
than that.
2024-05-26 11:56:49 +02:00
4b6c921768
Use ftplugin instead of autocmds to set indent
The autocmds approach had the issue of overwriting the indentation
globally for all files. So if you opened a .nix file and then wanted to
edit a .c file, it would then still do 2 space indentation when it
should be 4. The autocmds approach was redundant in the first place as
the ftplugin directory already exists for this exact purpose and does it
without the aformentioned issue.
2024-05-26 11:43:53 +02:00
5054b9df48
Add temporary ags configuration 2024-05-26 01:02:14 +02:00
802515cc86
Optimize performance in games
- Switch kernel to xanmod
- Allow tearing in Hyprland
2024-05-25 16:49:53 +02:00
5de9830ed9
Fix steam path 2024-05-24 22:26:56 +02:00
ee3cd76757
Opt in state for Steam 2024-05-24 22:12:32 +02:00
75b13ac379
Refactor the entire configuration
With the release of the Nvidia 555 beta drivers and their improvements to
the Wayland experience I've finally decided to return to NixOS with
Hyprland again after 2 years of running Gentoo and Opensuse Tumbleweed
on X11. So this is me committing the work done so far from the last
couple of days. Future commits will be more incremental.
2024-05-24 21:33:00 +02:00
caem
97c86fb014
Plasma 2024-04-05 14:36:20 +02:00
caem
59842a4ba4
Restructure to allow for modularity and add home-manager with tmux and git 2024-04-04 13:49:19 +02:00