nix: switching to using flakes
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
|
||||
{
|
||||
imports = [ # Include the results of the hardware scan.
|
||||
/etc/nixos/hardware-configuration.nix
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
@ -139,9 +139,9 @@
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
unstable = import <nixos-unstable> { config = config.nixpkgs.config; };
|
||||
};
|
||||
# nixpkgs.config.packageOverrides = pkgs: {
|
||||
# unstable = import <nixos-unstable> { config = config.nixpkgs.config; };
|
||||
# };
|
||||
|
||||
environment.etc."manual-links/xfce4-notifyd".source =
|
||||
"${pkgs.xfce.xfce4-notifyd}/lib/xfce4/notifyd/xfce4-notifyd";
|
||||
|
Reference in New Issue
Block a user