nixos server with forgejo
This commit is contained in:
parent
b1fc9f70e7
commit
b5b763bd40
2 changed files with 109 additions and 60 deletions
|
|
@ -7,14 +7,14 @@
|
|||
# https://nix-community.github.io/home-manager/options.xhtml
|
||||
{
|
||||
imports = [
|
||||
./modules/terminal.nix
|
||||
./modules/scripts.nix
|
||||
./modules/email.nix
|
||||
./modules/mpd.nix
|
||||
./modules/menu.nix
|
||||
./modules/scripts.nix
|
||||
# ./modules/terminal.nix
|
||||
# ./modules/scripts.nix
|
||||
# ./modules/email.nix
|
||||
# ./modules/mpd.nix
|
||||
# ./modules/menu.nix
|
||||
# ./modules/scripts.nix
|
||||
|
||||
./programs/scripts.nix
|
||||
# ./programs/scripts.nix
|
||||
./programs/neovim/.
|
||||
./programs/helix.nix
|
||||
./programs/git.nix
|
||||
|
|
@ -25,13 +25,13 @@
|
|||
}
|
||||
];
|
||||
|
||||
programs.menu = {
|
||||
package = pkgs.tofi;
|
||||
dmenuCommand = "${pkgs.tofi}/bin/tofi --fuzzy-match true";
|
||||
drunCommand = "${pkgs.tofi}/bin/tofi-drun --drun-launch true";
|
||||
};
|
||||
# programs.menu = {
|
||||
# package = pkgs.tofi;
|
||||
# dmenuCommand = "${pkgs.tofi}/bin/tofi --fuzzy-match true";
|
||||
# drunCommand = "${pkgs.tofi}/bin/tofi-drun --drun-launch true";
|
||||
# };
|
||||
|
||||
roles.mpd.enable = true;
|
||||
# roles.mpd.enable = true;
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
|
|
@ -51,17 +51,17 @@
|
|||
mosh
|
||||
ripgrep
|
||||
usbutils
|
||||
wl-clipboard
|
||||
# wl-clipboard
|
||||
du-dust
|
||||
htop
|
||||
libsixel
|
||||
yt-dlp
|
||||
ytfzf
|
||||
playerctl
|
||||
# playerctl
|
||||
neofetch
|
||||
tree
|
||||
ansible
|
||||
quickemu
|
||||
# quickemu
|
||||
];
|
||||
|
||||
services.udiskie = {
|
||||
|
|
@ -91,30 +91,30 @@
|
|||
};
|
||||
};
|
||||
|
||||
home.file.".icons/default".source = "${pkgs.vanilla-dmz}/share/icons/Vanilla-DMZ";
|
||||
# home.file.".icons/default".source = "${pkgs.vanilla-dmz}/share/icons/Vanilla-DMZ";
|
||||
|
||||
home.file.".config/pipewire/pipewire.conf.d/raop-discover.conf".text = ''
|
||||
context.modules = [
|
||||
{
|
||||
name = libpipewire-module-raop-discover
|
||||
args = { }
|
||||
}
|
||||
]
|
||||
'';
|
||||
services.kdeconnect = {
|
||||
enable = true;
|
||||
indicator = true;
|
||||
};
|
||||
# home.file.".config/pipewire/pipewire.conf.d/raop-discover.conf".text = ''
|
||||
# context.modules = [
|
||||
# {
|
||||
# name = libpipewire-module-raop-discover
|
||||
# args = { }
|
||||
# }
|
||||
# ]
|
||||
# '';
|
||||
# services.kdeconnect = {
|
||||
# enable = true;
|
||||
# indicator = true;
|
||||
# };
|
||||
|
||||
programs.pandoc = {
|
||||
enable = true;
|
||||
defaults = {
|
||||
metadata = {
|
||||
author = "Tristan Beedell";
|
||||
};
|
||||
pdf-engine = "xelatex";
|
||||
};
|
||||
};
|
||||
# programs.pandoc = {
|
||||
# enable = true;
|
||||
# defaults = {
|
||||
# metadata = {
|
||||
# author = "Tristan Beedell";
|
||||
# };
|
||||
# pdf-engine = "xelatex";
|
||||
# };
|
||||
# };
|
||||
|
||||
programs.direnv.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue