mirror of
https://github.com/davegallant/nix-config
synced 2025-08-05 10:33:39 +00:00
Import overlays
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
[](https://builtwithnix.org)
|
||||
|
||||
This repo stores nix to manage my machines. The initial structure was inspired from [here](https://gitlab.com/samuelgrf/nixos-config/-/tree/master/).
|
||||
This repo stores nix to manage my machines. The initial structure was inspired by [samuelgrf/nixos-config](https://gitlab.com/samuelgrf/nixos-config/-/tree/master/).
|
||||
|
||||
## Setup
|
||||
|
||||
|
@@ -19,11 +19,6 @@
|
||||
./main/kernel.nix
|
||||
./main/packages.nix
|
||||
./main/printing.nix
|
||||
# ./main/hardware.nix
|
||||
# ./main/misc.nix
|
||||
# ./main/networking.nix
|
||||
# ./main/services.nix
|
||||
# ./main/terminal.nix
|
||||
|
||||
({ config, lib, lib', ... }: {
|
||||
config = {
|
||||
@@ -38,7 +33,8 @@
|
||||
nixpkgs-unstable.flake = nixpkgs-unstable;
|
||||
};
|
||||
|
||||
# nixpkgs.overlays = [ (import ./overlays) ];
|
||||
# nixpkgs.overlays = (import ./overlays);
|
||||
nixpkgs.overlays = import ./overlays { inherit nixpkgs; };
|
||||
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
|
@@ -141,9 +141,9 @@
|
||||
gnome3.gnome-tweaks
|
||||
|
||||
# overlays
|
||||
# lpass
|
||||
# rfd
|
||||
# vpngate
|
||||
lpass
|
||||
rfd
|
||||
vpngate
|
||||
|
||||
];
|
||||
in common;
|
||||
|
@@ -5,3 +5,4 @@
|
||||
(import ./lastpass.nix)
|
||||
(import ./vpngate.nix)
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user