minor formatting changes

This commit is contained in:
Dea 2026-01-08 13:00:13 -05:00
parent b457e0c732
commit 664bd99203
2 changed files with 3 additions and 5 deletions

View file

@ -7,7 +7,7 @@
home-manager.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = { self, nixpkgs, ... } @ inputs:
outputs = inputs @ { self, nixpkgs, ... }:
let
system = "x86_64-linux";
lib = nixpkgs.lib;
@ -29,7 +29,7 @@
++ commonModules;
};
# pc
# nixosConfigurations.sandalphon = lib.nixosSystem {
# specialArgs = { inherit inputs; };
# modules = [

View file

@ -19,10 +19,9 @@
libsForQt5.qt5.qtbase
syncplay
];
programs.neovim = # nvm??
programs.neovim =
{};
home.sessionPath = [
@ -41,7 +40,6 @@
programs.bash = {
enable = true;
bashrcExtra = builtins.readFile ./homemanager/bashrc;
};
programs.home-manager.enable = true;