mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Import overlays
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[](https://builtwithnix.org)
|
[](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
|
## Setup
|
||||||
|
|
||||||
|
@@ -19,11 +19,6 @@
|
|||||||
./main/kernel.nix
|
./main/kernel.nix
|
||||||
./main/packages.nix
|
./main/packages.nix
|
||||||
./main/printing.nix
|
./main/printing.nix
|
||||||
# ./main/hardware.nix
|
|
||||||
# ./main/misc.nix
|
|
||||||
# ./main/networking.nix
|
|
||||||
# ./main/services.nix
|
|
||||||
# ./main/terminal.nix
|
|
||||||
|
|
||||||
({ config, lib, lib', ... }: {
|
({ config, lib, lib', ... }: {
|
||||||
config = {
|
config = {
|
||||||
@@ -38,7 +33,8 @@
|
|||||||
nixpkgs-unstable.flake = nixpkgs-unstable;
|
nixpkgs-unstable.flake = nixpkgs-unstable;
|
||||||
};
|
};
|
||||||
|
|
||||||
# nixpkgs.overlays = [ (import ./overlays) ];
|
# nixpkgs.overlays = (import ./overlays);
|
||||||
|
nixpkgs.overlays = import ./overlays { inherit nixpkgs; };
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
|
@@ -141,9 +141,9 @@
|
|||||||
gnome3.gnome-tweaks
|
gnome3.gnome-tweaks
|
||||||
|
|
||||||
# overlays
|
# overlays
|
||||||
# lpass
|
lpass
|
||||||
# rfd
|
rfd
|
||||||
# vpngate
|
vpngate
|
||||||
|
|
||||||
];
|
];
|
||||||
in common;
|
in common;
|
||||||
|
@@ -5,3 +5,4 @@
|
|||||||
(import ./lastpass.nix)
|
(import ./lastpass.nix)
|
||||||
(import ./vpngate.nix)
|
(import ./vpngate.nix)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user