1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-12 04:22:07 +00:00
This commit is contained in:
Rae 5e 2024-12-16 00:19:22 -05:00
parent acd20b616b
commit 63497a5ccc
4 changed files with 21 additions and 7 deletions

View file

@ -4,3 +4,13 @@ this is rae's nixOS config meow
- **display manager**: SDDM - **display manager**: SDDM
- **window manager**: OpenBox - **window manager**: OpenBox
- **status bar**: polybar - **status bar**: polybar
# installation
extract it into your home directory as `~/.dotfiles/` ALTHough in hindsight this is a suuuuper shitty place to put the config files so it may change in the futur...
And Then You Must `ln -s ~/.dotfiles/nixos/hosts/[host]/configuration.nix` into your `/etc/nixos/`...
# openbox hotkeys
I Dont Remember

View file

@ -1,19 +1,24 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<openbox_menu xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/ file:///usr/share/openbox/menu.xsd"> <openbox_menu xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/ file:///usr/share/openbox/menu.xsd">
<menu id="root" label="Menu"> <menu id="root" label="Menu">
<item label="Browser"> <item label="Firefox">
<action name="Execute"> <action name="Execute">
<command>firefox</command> <command>firefox</command>
</action> </action>
</item> </item>
<item label="Terminal"> <item label="kitty">
<action name="Execute"> <action name="Execute">
<command>kitty</command> <command>kitty</command>
</action> </action>
</item> </item>
<item label="VSCodium">
<action name="Execute">
<command>codium</command>
</action>
</item>
<item label="Task Manager"> <item label="Task Manager">
<action name="Execute"> <action name="Execute">
<command>xfce4-taskmanager</command> <command>com.github.stsdc.monitor</command>
</action> </action>
</item> </item>
<separator/> <separator/>
@ -25,7 +30,7 @@
<separator/> <separator/>
<item label="Restart"> <item label="Restart">
<action name="Execute"> <action name="Execute">
<command>reboot now</command> <command>shutdown -r now</command>
<prompt>Really shutdown the computer?</prompt> <prompt>Really shutdown the computer?</prompt>
</action> </action>
</item> </item>

View file

@ -32,7 +32,7 @@ in
kitty = { kitty = {
enable = true; enable = true;
font.name = "Fira Code"; font.name = "Fira Code";
#theme = "Catppuccin-Latte"; theme = "Aquarium Light"; # or Base2Tone Meadow Dark
}; };
neovim = { neovim = {
enable = true; enable = true;

View file

@ -10,9 +10,9 @@
hyfetch hyfetch
imagemagick imagemagick
kitty kitty
maim
monitor monitor
xclip xclip
xfce.xfce4-taskmanager
yt-dlp yt-dlp
zellij zellij
# text editors # text editors
@ -23,7 +23,6 @@
nitrogen nitrogen
polybarFull polybarFull
rofi rofi
themechanger
xcompmgr xcompmgr
xdotool xdotool
xorg.xev xorg.xev