mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
ref: nix
This commit is contained in:
parent
bc479e1cac
commit
78a82fbe18
20 changed files with 282 additions and 224 deletions
|
|
@ -1,7 +1,11 @@
|
|||
{ pkgs, unstable, ... }: {
|
||||
{
|
||||
pkgs,
|
||||
unstable,
|
||||
...
|
||||
}: {
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
imports = [ ./dev.nix ];
|
||||
imports = [./dev.nix];
|
||||
|
||||
home = {
|
||||
username = "leana";
|
||||
|
|
@ -28,5 +32,4 @@
|
|||
rsync
|
||||
tldr
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
{ pkgs, unstable, ... }: {
|
||||
{
|
||||
pkgs,
|
||||
unstable,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
# Editors and utils
|
||||
tmux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue