mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39: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
13
nix/configurations/home/carbon/default.nix
Normal file
13
nix/configurations/home/carbon/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./gui
|
||||
./browser.nix
|
||||
];
|
||||
|
||||
home.packages = [
|
||||
pkgs.zip
|
||||
pkgs.unzip
|
||||
pkgs.gnutar
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue