add win11-fonts, move homes folder to target host
This commit is contained in:
parent
eb543b933e
commit
0d69e4b6d7
6 changed files with 515 additions and 3 deletions
52
homes/x86_64-linux/philipp@bodenheizung/default.nix
Normal file
52
homes/x86_64-linux/philipp@bodenheizung/default.nix
Normal file
|
@ -0,0 +1,52 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
namespace,
|
||||
...
|
||||
}:
|
||||
with lib.${namespace};
|
||||
{
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
package = pkgs.rose-pine-cursor;
|
||||
name = "BreezeX-RosePine-Linux";
|
||||
size = 32;
|
||||
};
|
||||
|
||||
awesome-flake = {
|
||||
cli-apps = {
|
||||
fish = enabled;
|
||||
home-manager = enabled;
|
||||
lazygit = enabled;
|
||||
};
|
||||
|
||||
tools = {
|
||||
git = enabled;
|
||||
};
|
||||
|
||||
apps = {
|
||||
librewolf = enabled;
|
||||
thunderbird = enabled;
|
||||
chatterino = enabled;
|
||||
mpv = enabled;
|
||||
cinny = enabled;
|
||||
spotify = enabled;
|
||||
obs = enabled;
|
||||
kitty = {
|
||||
enable = true;
|
||||
plasma = enabled;
|
||||
};
|
||||
};
|
||||
|
||||
games = {
|
||||
runelite = enabled;
|
||||
};
|
||||
|
||||
desktop = {
|
||||
hotkeys = enabled;
|
||||
panel = enabled;
|
||||
spectacle = enabled;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue