Large restructuring

This commit is contained in:
baduhai 2022-12-22 22:38:12 -03:00
parent 22a6bd4040
commit 4e174013da
26 changed files with 39 additions and 43 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ specialArgs, inputs, config, pkgs, lib, ... }:
{
boot = {

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ specialArgs, inputs, config, pkgs, lib, ... }:
{
hardware = {

View file

@ -1,4 +1,4 @@
{ inputs, config, pkgs, lib, ... }:
{ specialArgs, inputs, config, pkgs, lib, ... }:
{
environment.etc."channels/nixpkgs".source = inputs.nixpkgs.outPath;

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ specialArgs, inputs, config, pkgs, lib, ... }:
{
environment.systemPackages = with pkgs; [
@ -12,6 +12,7 @@
bat
bitwarden
chatterino2
deploy-rs
fd
filelight
firefox-wayland # Until firefox moves to using wayland by default
@ -58,7 +59,6 @@
})
# Packages from 3rd party overlays
agenix
deploy-rs
nur.repos.baduhai.koi
nur.repos.baduhai.emulationstation-de
];

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ specialArgs, inputs, config, pkgs, lib, ... }:
{
services = {

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ specialArgs, inputs, config, pkgs, lib, ... }:
{
environment.sessionVariables = rec {
@ -14,4 +14,6 @@
"adbusers"
];
};
home-manager.users.user = import ../../../users/desktops/user.nix;
}

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ specialArgs, inputs, config, pkgs, lib, ... }:
{
virtualisation = {