Cleanup + flake update

This commit is contained in:
Tyler Mayoff 2024-10-01 10:37:19 -04:00
parent 2bb3412250
commit 13d0581f88
4 changed files with 14 additions and 17 deletions

View file

@ -1,13 +1,11 @@
{
inputs,
# inputs,
outputs,
# lib,
# config,
pkgs,
...
}: let
nixGLIntel = inputs.nixgl.packages."${pkgs.system}".nixGLIntel;
in {
}: {
nixpkgs.config.allowUnfree = true;
home.username = "tyler";
@ -35,8 +33,6 @@ in {
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
nixGLIntel
# Fonts
(nerdfonts.override {fonts = ["JetBrainsMono"];})

View file

@ -16,7 +16,8 @@ in {
nixGL.prefix = "${nixGLIntel}/bin/nixGLIntel";
home.packages = with pkgs; [
# Gnome
nixGLIntel
adw-gtk3
discord

View file

@ -1,5 +1,5 @@
{pkgs, ...}: {
imports = [../common.nix ../gnome.nix ../home-backup.nix];
imports = [../common.nix ../gnome.nix ../home-backup.nix ../gui.nix];
home.packages = with pkgs; [
ventoy