mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
fixed refreshrate on desktop
switch to neovim as a pager added parrot and mining modules deleted amd module moved the rest of vfio configuration to vfio.nix moved git from home-manager to system configuration
This commit is contained in:
parent
67b3e39735
commit
6b7ce7d133
25 changed files with 152 additions and 165 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
username,
|
||||
settings,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
|
|
@ -9,14 +8,13 @@
|
|||
./sxhkd.nix
|
||||
./theme.nix
|
||||
./picom.nix
|
||||
./git.nix
|
||||
./spicetify.nix
|
||||
./neovim
|
||||
];
|
||||
xsession.numlock.enable = true;
|
||||
home = {
|
||||
homeDirectory = "/home/${username}";
|
||||
stateVersion = "23.05";
|
||||
homeDirectory = "/home/${settings.username}";
|
||||
stateVersion = settings.version;
|
||||
file = {
|
||||
".background-image".source = ../images/nix-stars.png;
|
||||
".config" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue