desktop
This commit is contained in:
parent
a70d1cac4b
commit
b437f162c8
7 changed files with 98 additions and 14 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue