-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add nix configuration to this repository #79
Draft
d3adb5
wants to merge
18
commits into
master
Choose a base branch
from
feat/add-nix-configuration
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Make a nix flake out of this repository.
Initialize NixOS and home manager configuration.
Add Firefox userChrome.css (and accompanying settings) to the Home Manager configuration.
Add xclip to the list of user packages on Nix.
Remove scripts that source configuration files that we are not going to use. Some of these are simply not going to be managed outside of this repository anymore.
Update flake inputs in flake.lock.
Use the NUR overlay in the home configuration directly instead of exporting the home configuration from the NixOS configuration.
Enable Bluetooth in the NixOS configuration.
Add fontconfig default fonts to NixOS system configuration.
Enable system tools like devmon and mosh.
Configure default X11 cursor in home-manager configuration.
Configure the GnuPG agent in the home-manager configuration.
Setup tmux in the home-manager configuration. Some changes were made to the tmux config file because some settings are set through Nix and some settings are currently not possible and depend on distro filepaths.
Configure the XDG user directories through Nix' home configuration.
Enable some user tools, such as the password store and pqiv, in the home-manager configuration.
Configure zsh through the home-manager configuration.
Install the Spotify launcher, GIMP, and archival tools like p7zip.
Second attempt at setting the GDM refresh rate to 100 Hz.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add a NixOS and Home Manager configuration to this repository, starting the move from Arch Linux to NixOS.
Closes #77.