mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
nix: renamed home -> homeConfigurations
This commit is contained in:
parent
5b95c43559
commit
6d1844ebf0
16 changed files with 0 additions and 0 deletions
12
nix/homeConfigurations/oracle/default.nix
Normal file
12
nix/homeConfigurations/oracle/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home = {
|
||||
username = "ubuntu";
|
||||
homeDirectory = "/home/ubuntu";
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
pkgs.jq
|
||||
pkgs.cachix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue