mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 03:39:32 +00:00
~
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
abb6a7629f
commit
062c447374
21 changed files with 4 additions and 4 deletions
|
@ -1,81 +0,0 @@
|
|||
{ pkgs, inputs, ... }: {
|
||||
nixpkgs.overlays = import ../overlays.nix inputs;
|
||||
|
||||
home = {
|
||||
stateVersion = "24.11";
|
||||
username = "rae";
|
||||
homeDirectory = "/home/rae";
|
||||
sessionVariables = {
|
||||
BROWSER = "firefox";
|
||||
TERM = "kitty";
|
||||
};
|
||||
file = {
|
||||
".twmrc".source = ../../configs/twm;
|
||||
".local/share/themes".source = ../../configs/openbox/themes;
|
||||
};
|
||||
};
|
||||
xdg.configFile = {
|
||||
"openbox".source = ../../configs/openbox;
|
||||
"rmpc".source = ../../configs/rmpc;
|
||||
};
|
||||
|
||||
programs = {
|
||||
fish = {
|
||||
enable = true;
|
||||
shellInit = ''
|
||||
set -g fish_greeting
|
||||
'';
|
||||
};
|
||||
git = {
|
||||
enable = true;
|
||||
userName = "roxwize";
|
||||
userEmail = "rae@roxwize.xyz";
|
||||
};
|
||||
kitty = {
|
||||
enable = true;
|
||||
font.name = "Fira Code";
|
||||
themeFile = "mayukai";
|
||||
};
|
||||
rofi = {
|
||||
enable = true;
|
||||
font = "Fira Code Light 11";
|
||||
terminal = "kitty";
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
flameshot = {
|
||||
enable = true;
|
||||
settings = {
|
||||
General = {
|
||||
disabledTrayIcon = true;
|
||||
showStartupLaunchMessage = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
mpd = {
|
||||
enable = true;
|
||||
musicDirectory = "/mnt/world/music";
|
||||
extraConfig = ''
|
||||
audio_output {
|
||||
type "pipewire"
|
||||
name "main"
|
||||
}
|
||||
log_file "/tmp/mpd.log"
|
||||
'';
|
||||
};
|
||||
mpdris2 = {
|
||||
enable = true;
|
||||
mpd.musicDirectory = "/mnt/world/music";
|
||||
multimediaKeys = true;
|
||||
notifications = true;
|
||||
};
|
||||
mpris-proxy.enable = true;
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
cursorTheme.name = "Posy's Cursor";
|
||||
theme.name = "io.elementary.stylesheet.blueberry";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue