Remove useless import

This commit is contained in:
Florian RICHER 2023-08-20 15:27:52 +02:00
parent daadeccc45
commit 187b5c6616
5 changed files with 6 additions and 8 deletions

View file

@ -14,4 +14,4 @@
};
programs.home-manager.enable = true;
}
}

View file

@ -1,5 +1,4 @@
{ pkgs, ... }:
{
programs.hyprland.enable = true;
@ -12,4 +11,4 @@
enable = true;
excludePackages = [ pkgs.xterm ];
};
}
}

View file

@ -1,5 +1,4 @@
{ config, sound, pkgs, ... }:
{ pkgs, ... }:
{
services = {
pipewire = {

View file

@ -1,5 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
# Set your time zone.
time.timeZone = "Europe/Paris";
@ -42,4 +41,4 @@
description = "florian";
extraGroups = [ "networkmanager" "wheel" ];
};
}
}

1
result Symbolic link
View file

@ -0,0 +1 @@
/nix/store/3m91m7fqsmssfh82dblh3qz868x53f87-nixos-system-nixos-23.11.20230819.d680ded