mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
yodaYoga config
This commit is contained in:
parent
4a5434504c
commit
3d679ae263
@ -1,6 +1,12 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.yoda = {
|
||||
packages = with pkgs; [
|
||||
htop
|
||||
];
|
||||
};
|
||||
|
||||
home-manager.users.yoda = { osConfig, config, pkgs, ... }: {
|
||||
home.file."readonly-git/BikeTripPlanner".source = (builtins.fetchGit {
|
||||
url = "https://github.com/langbein-daniel/BikeTripPlanner";
|
||||
|
Loading…
Reference in New Issue
Block a user