Remove useless import
This commit is contained in:
parent
daadeccc45
commit
187b5c6616
5 changed files with 6 additions and 8 deletions
|
@ -14,4 +14,4 @@
|
|||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.hyprland.enable = true;
|
||||
|
||||
|
@ -12,4 +11,4 @@
|
|||
enable = true;
|
||||
excludePackages = [ pkgs.xterm ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{ config, sound, pkgs, ... }:
|
||||
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services = {
|
||||
pipewire = {
|
||||
|
|
|
@ -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
1
result
Symbolic link
|
@ -0,0 +1 @@
|
|||
/nix/store/3m91m7fqsmssfh82dblh3qz868x53f87-nixos-system-nixos-23.11.20230819.d680ded
|
Loading…
Reference in a new issue