rearrange imports
This commit is contained in:
parent
4e86180652
commit
e272155088
19 changed files with 245 additions and 312 deletions
|
|
@ -1,13 +1,6 @@
|
|||
{
|
||||
pkgs,
|
||||
user,
|
||||
}: {
|
||||
home-manager.users.${user}.imports = [
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
oversteer
|
||||
];
|
||||
}
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
oversteer
|
||||
];
|
||||
|
||||
environment.etc.logitechG920 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue