Add yadm is dotfiles manager
This commit is contained in:
parent
12349398f3
commit
7c11c4352c
19 changed files with 68 additions and 15 deletions
|
@ -0,0 +1,22 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.username = "serguzim";
|
||||
home.homeDirectory = "/home/serguzim";
|
||||
|
||||
imports = [
|
||||
./common.nix
|
||||
./audio.nix
|
||||
./graphical.nix
|
||||
./nvim.nix
|
||||
./wayland.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
ckb-next # corsair hardware control
|
||||
#rustdesk # remote desktop tool # disabled for nightly from aur
|
||||
solaar # Logitech tool
|
||||
syncthing # file syncing tool
|
||||
#flatpak
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue