mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: tucked away home configurations
This commit is contained in:
parent
6d1844ebf0
commit
5b7839dde9
17 changed files with 3 additions and 3 deletions
29
nix/configurations/home/bismuth/default.nix
Normal file
29
nix/configurations/home/bismuth/default.nix
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
inherit (pkgs) myPkgs ghc-pin;
|
||||
in
|
||||
{
|
||||
imports = [ ./fonts.nix ];
|
||||
|
||||
home.packages = [
|
||||
ghc-pin.ghc
|
||||
ghc-pin.haskell-language-server
|
||||
pkgs.qmk
|
||||
pkgs.wally-cli
|
||||
|
||||
# pkgs.cargo
|
||||
pkgs.nix-inspect
|
||||
# pkgs.nix-visualize
|
||||
# pkgs.nix-du
|
||||
pkgs.deploy-rs
|
||||
|
||||
pkgs.audio-lint
|
||||
# pkgs.hbrainfuck
|
||||
# pkgs.prop-solveur
|
||||
myPkgs.maeel
|
||||
|
||||
pkgs.docker
|
||||
pkgs.docker-compose
|
||||
pkgs.colima
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue