mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Cleanup + flake update
This commit is contained in:
parent
2bb3412250
commit
13d0581f88
4 changed files with 14 additions and 17 deletions
|
|
@ -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"];})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue