minor formatting changes
This commit is contained in:
parent
a5dfb2b099
commit
c168b3f0c1
2 changed files with 3 additions and 5 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, ... } @ inputs:
|
outputs = inputs @ { self, nixpkgs, ... }:
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
lib = nixpkgs.lib;
|
lib = nixpkgs.lib;
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
++ commonModules;
|
++ commonModules;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# pc
|
||||||
# nixosConfigurations.sandalphon = lib.nixosSystem {
|
# nixosConfigurations.sandalphon = lib.nixosSystem {
|
||||||
# specialArgs = { inherit inputs; };
|
# specialArgs = { inherit inputs; };
|
||||||
# modules = [
|
# modules = [
|
||||||
|
|
|
||||||
4
home.nix
4
home.nix
|
|
@ -19,10 +19,9 @@
|
||||||
libsForQt5.qt5.qtbase
|
libsForQt5.qt5.qtbase
|
||||||
|
|
||||||
syncplay
|
syncplay
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.neovim = # nvm??
|
programs.neovim =
|
||||||
{};
|
{};
|
||||||
|
|
||||||
home.sessionPath = [
|
home.sessionPath = [
|
||||||
|
|
@ -41,7 +40,6 @@
|
||||||
programs.bash = {
|
programs.bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
bashrcExtra = builtins.readFile ./homemanager/bashrc;
|
bashrcExtra = builtins.readFile ./homemanager/bashrc;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue