refactoring

This commit is contained in:
Sean Buckley 2024-12-20 02:59:50 -05:00
parent ce2929c63e
commit 993d44eb9c
3 changed files with 9 additions and 7 deletions

View file

@ -1,6 +1,8 @@
{ {
inputs.nixpkgs.url = "nixpkgs/nixos-unstable"; inputs = {
inputs.impermanence.url = "github:nix-community/impermanence"; nixpkgs.url = "nixpkgs/nixos-unstable";
impermanence.url = "github:nix-community/impermanence";
};
outputs = outputs =
{ {

View file

@ -50,10 +50,10 @@
nix = { nix = {
nixPath = [ "nixpkgs=flake:nixpkgs" ]; nixPath = [ "nixpkgs=flake:nixpkgs" ];
extraOptions = '' settings = {
experimental-features = nix-command flakes experimental-features = "nix-command flakes";
keep-build-log = false keep-build-log = false;
''; };
}; };
services = { services = {

View file

@ -54,7 +54,7 @@ with lib;
''; '';
fonts.packages = [ fonts.packages = [
(pkgs.nerdfonts.override { fonts = [ "DejaVuSansMono" ]; }) pkgs.nerd-fonts.dejavu-sans-mono
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [