This commit is contained in:
Till 2023-05-28 02:06:12 +02:00
parent a70d1cac4b
commit b437f162c8
7 changed files with 98 additions and 14 deletions

View file

@ -5,12 +5,6 @@
home.homeDirectory = "/home/till";
home.stateVersion = "22.11";
home.pointerCursor = {
name = "Adwaita";
package = pkgs.gnome.adwaita-icon-theme;
size = 32;
};
nixpkgs = {
config = {
allowUnfree = true;
@ -20,6 +14,16 @@
programs.home-manager.enable = true;
xdg.userDirs = {
enable = true;
createDirectories = true;
download = "${config.home.homeDirectory}/tmp";
music = "${config.home.homeDirectory}/media/music";
pictures = "${config.home.homeDirectory}/media/img";
videos = "${config.home.homeDirectory}/media/vid";
documents = "${config.home.homeDirectory}/misc";
};
services.syncthing.enable = true;
home.packages = with pkgs; [
@ -70,6 +74,7 @@
qutebrowser
nyxt
vlc
chromium
# deveolopment
bundix
@ -90,6 +95,7 @@
./mail
./tex.nix
./openconnect.nix
./desktop
];
home.shellAliases = {