├── LICENSE ├── README.md ├── extras ├── screenshots │ ├── musicsavesmysoul.png │ ├── musicsavesmysoul1.png │ ├── musicsavesmysoul2.png │ ├── notev4.png │ ├── ohmahgah.png │ ├── strawbf.png │ ├── strawbf1.png │ ├── strawbf2.png │ ├── yuyo.png │ └── yuyo2.png ├── sink_changer.sh ├── wallpapers │ ├── angel.png │ ├── angel_beats.jpg │ ├── angels_s_1024.jpg │ ├── azumanga_tile.png │ ├── black.jpg │ ├── chobits_1024.jpg │ ├── darkflower.jpg │ ├── flcl_1024.jpg │ ├── gnu-linux_tile.png │ ├── hero.webp │ ├── kobato.png │ ├── lain_1024.jpg │ ├── lilychouchou.jpg │ ├── lilychouchou1.jpg │ ├── lilychouchou2.png │ ├── shimeji_tile01.png │ ├── ssr_tile.png │ ├── suigintou.jpg │ ├── tsubasareservoir_1024.jpg │ ├── violin.jpg │ ├── yourloveis.jpg │ └── yuki.png └── yadscript.bash ├── flake.lock ├── flake.nix ├── hosts ├── chiyo │ ├── default.nix │ └── hardware.nix └── osaka │ ├── default.nix │ └── hardware.nix ├── modules ├── core │ ├── aagl.nix │ ├── default.nix │ ├── default.osaka.nix │ ├── displaymanager.nix │ ├── fcitx5.nix │ ├── fonts.nix │ ├── hardware.nix │ ├── jellyfin.nix │ ├── networking.nix │ ├── packages.nix │ ├── pipewire.nix │ ├── security.nix │ ├── services.nix │ ├── steam.nix │ ├── stylix.nix │ ├── syncthing.nix │ ├── system.nix │ ├── thunar.nix │ ├── user.nix │ ├── virtualisation.nix │ └── xserver.nix └── home │ ├── audacious.nix │ ├── bash.nix │ ├── composekey.nix │ ├── default.nix │ ├── default.osaka.nix │ ├── fastfetch │ ├── ascii-fetch │ ├── fastfetch.nix │ └── fastfetch.png │ ├── floorp.nix │ ├── git.nix │ ├── gtk.nix │ ├── hyprland.nix │ ├── hyprlock.nix │ ├── hyprpaper.nix │ ├── kitty.nix │ ├── librewolf.nix │ ├── neovim.nix │ ├── nh.nix │ ├── obsidian.nix │ ├── qt.nix │ ├── rofi.nix │ ├── stylix.nix │ ├── swappy.nix │ ├── vesktop.nix │ ├── virtmanager.nix │ ├── waybar.nix │ ├── wlogout.nix │ ├── xdg.nix │ └── yazi.nix └── packages ├── azuki_font ├── azuki.ttf └── azuki_font.nix └── azukifontB ├── azukiB.ttf └── azukifontB.nix /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/README.md -------------------------------------------------------------------------------- /extras/screenshots/musicsavesmysoul.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/screenshots/musicsavesmysoul.png -------------------------------------------------------------------------------- /extras/screenshots/musicsavesmysoul1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/screenshots/musicsavesmysoul1.png -------------------------------------------------------------------------------- /extras/screenshots/musicsavesmysoul2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/screenshots/musicsavesmysoul2.png -------------------------------------------------------------------------------- /extras/screenshots/notev4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/screenshots/notev4.png -------------------------------------------------------------------------------- /extras/screenshots/ohmahgah.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/screenshots/ohmahgah.png -------------------------------------------------------------------------------- /extras/screenshots/strawbf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/screenshots/strawbf.png -------------------------------------------------------------------------------- /extras/screenshots/strawbf1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/screenshots/strawbf1.png -------------------------------------------------------------------------------- /extras/screenshots/strawbf2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/screenshots/strawbf2.png -------------------------------------------------------------------------------- /extras/screenshots/yuyo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/screenshots/yuyo.png -------------------------------------------------------------------------------- /extras/screenshots/yuyo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/screenshots/yuyo2.png -------------------------------------------------------------------------------- /extras/sink_changer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/sink_changer.sh -------------------------------------------------------------------------------- /extras/wallpapers/angel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/wallpapers/angel.png -------------------------------------------------------------------------------- /extras/wallpapers/angel_beats.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/wallpapers/angel_beats.jpg -------------------------------------------------------------------------------- /extras/wallpapers/angels_s_1024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/wallpapers/angels_s_1024.jpg -------------------------------------------------------------------------------- /extras/wallpapers/azumanga_tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/wallpapers/azumanga_tile.png -------------------------------------------------------------------------------- /extras/wallpapers/black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/wallpapers/black.jpg -------------------------------------------------------------------------------- /extras/wallpapers/chobits_1024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/wallpapers/chobits_1024.jpg -------------------------------------------------------------------------------- /extras/wallpapers/darkflower.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/wallpapers/darkflower.jpg -------------------------------------------------------------------------------- /extras/wallpapers/flcl_1024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/wallpapers/flcl_1024.jpg -------------------------------------------------------------------------------- /extras/wallpapers/gnu-linux_tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/wallpapers/gnu-linux_tile.png -------------------------------------------------------------------------------- /extras/wallpapers/hero.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/wallpapers/hero.webp -------------------------------------------------------------------------------- /extras/wallpapers/kobato.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/wallpapers/kobato.png -------------------------------------------------------------------------------- /extras/wallpapers/lain_1024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/wallpapers/lain_1024.jpg -------------------------------------------------------------------------------- /extras/wallpapers/lilychouchou.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/wallpapers/lilychouchou.jpg -------------------------------------------------------------------------------- /extras/wallpapers/lilychouchou1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/wallpapers/lilychouchou1.jpg -------------------------------------------------------------------------------- /extras/wallpapers/lilychouchou2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/wallpapers/lilychouchou2.png -------------------------------------------------------------------------------- /extras/wallpapers/shimeji_tile01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/wallpapers/shimeji_tile01.png -------------------------------------------------------------------------------- /extras/wallpapers/ssr_tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/wallpapers/ssr_tile.png -------------------------------------------------------------------------------- /extras/wallpapers/suigintou.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/wallpapers/suigintou.jpg -------------------------------------------------------------------------------- /extras/wallpapers/tsubasareservoir_1024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/wallpapers/tsubasareservoir_1024.jpg -------------------------------------------------------------------------------- /extras/wallpapers/violin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/wallpapers/violin.jpg -------------------------------------------------------------------------------- /extras/wallpapers/yourloveis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/wallpapers/yourloveis.jpg -------------------------------------------------------------------------------- /extras/wallpapers/yuki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/wallpapers/yuki.png -------------------------------------------------------------------------------- /extras/yadscript.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/extras/yadscript.bash -------------------------------------------------------------------------------- /flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/flake.lock -------------------------------------------------------------------------------- /flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/flake.nix -------------------------------------------------------------------------------- /hosts/chiyo/default.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/hosts/chiyo/default.nix -------------------------------------------------------------------------------- /hosts/chiyo/hardware.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/hosts/chiyo/hardware.nix -------------------------------------------------------------------------------- /hosts/osaka/default.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/hosts/osaka/default.nix -------------------------------------------------------------------------------- /hosts/osaka/hardware.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/hosts/osaka/hardware.nix -------------------------------------------------------------------------------- /modules/core/aagl.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/core/aagl.nix -------------------------------------------------------------------------------- /modules/core/default.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/core/default.nix -------------------------------------------------------------------------------- /modules/core/default.osaka.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/core/default.osaka.nix -------------------------------------------------------------------------------- /modules/core/displaymanager.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/core/displaymanager.nix -------------------------------------------------------------------------------- /modules/core/fcitx5.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/core/fcitx5.nix -------------------------------------------------------------------------------- /modules/core/fonts.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/core/fonts.nix -------------------------------------------------------------------------------- /modules/core/hardware.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/core/hardware.nix -------------------------------------------------------------------------------- /modules/core/jellyfin.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/core/jellyfin.nix -------------------------------------------------------------------------------- /modules/core/networking.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/core/networking.nix -------------------------------------------------------------------------------- /modules/core/packages.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/core/packages.nix -------------------------------------------------------------------------------- /modules/core/pipewire.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/core/pipewire.nix -------------------------------------------------------------------------------- /modules/core/security.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/core/security.nix -------------------------------------------------------------------------------- /modules/core/services.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/core/services.nix -------------------------------------------------------------------------------- /modules/core/steam.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/core/steam.nix -------------------------------------------------------------------------------- /modules/core/stylix.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/core/stylix.nix -------------------------------------------------------------------------------- /modules/core/syncthing.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/core/syncthing.nix -------------------------------------------------------------------------------- /modules/core/system.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/core/system.nix -------------------------------------------------------------------------------- /modules/core/thunar.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/core/thunar.nix -------------------------------------------------------------------------------- /modules/core/user.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/core/user.nix -------------------------------------------------------------------------------- /modules/core/virtualisation.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/core/virtualisation.nix -------------------------------------------------------------------------------- /modules/core/xserver.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/core/xserver.nix -------------------------------------------------------------------------------- /modules/home/audacious.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/audacious.nix -------------------------------------------------------------------------------- /modules/home/bash.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/bash.nix -------------------------------------------------------------------------------- /modules/home/composekey.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/composekey.nix -------------------------------------------------------------------------------- /modules/home/default.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/default.nix -------------------------------------------------------------------------------- /modules/home/default.osaka.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/default.osaka.nix -------------------------------------------------------------------------------- /modules/home/fastfetch/ascii-fetch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/fastfetch/ascii-fetch -------------------------------------------------------------------------------- /modules/home/fastfetch/fastfetch.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/fastfetch/fastfetch.nix -------------------------------------------------------------------------------- /modules/home/fastfetch/fastfetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/fastfetch/fastfetch.png -------------------------------------------------------------------------------- /modules/home/floorp.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/floorp.nix -------------------------------------------------------------------------------- /modules/home/git.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/git.nix -------------------------------------------------------------------------------- /modules/home/gtk.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/gtk.nix -------------------------------------------------------------------------------- /modules/home/hyprland.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/hyprland.nix -------------------------------------------------------------------------------- /modules/home/hyprlock.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/hyprlock.nix -------------------------------------------------------------------------------- /modules/home/hyprpaper.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/hyprpaper.nix -------------------------------------------------------------------------------- /modules/home/kitty.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/kitty.nix -------------------------------------------------------------------------------- /modules/home/librewolf.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/librewolf.nix -------------------------------------------------------------------------------- /modules/home/neovim.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/neovim.nix -------------------------------------------------------------------------------- /modules/home/nh.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/nh.nix -------------------------------------------------------------------------------- /modules/home/obsidian.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/obsidian.nix -------------------------------------------------------------------------------- /modules/home/qt.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/qt.nix -------------------------------------------------------------------------------- /modules/home/rofi.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/rofi.nix -------------------------------------------------------------------------------- /modules/home/stylix.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/stylix.nix -------------------------------------------------------------------------------- /modules/home/swappy.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/swappy.nix -------------------------------------------------------------------------------- /modules/home/vesktop.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/vesktop.nix -------------------------------------------------------------------------------- /modules/home/virtmanager.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/virtmanager.nix -------------------------------------------------------------------------------- /modules/home/waybar.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/waybar.nix -------------------------------------------------------------------------------- /modules/home/wlogout.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/wlogout.nix -------------------------------------------------------------------------------- /modules/home/xdg.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/xdg.nix -------------------------------------------------------------------------------- /modules/home/yazi.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/modules/home/yazi.nix -------------------------------------------------------------------------------- /packages/azuki_font/azuki.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/packages/azuki_font/azuki.ttf -------------------------------------------------------------------------------- /packages/azuki_font/azuki_font.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/packages/azuki_font/azuki_font.nix -------------------------------------------------------------------------------- /packages/azukifontB/azukiB.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/packages/azukifontB/azukiB.ttf -------------------------------------------------------------------------------- /packages/azukifontB/azukifontB.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxcently/dxflake/HEAD/packages/azukifontB/azukifontB.nix --------------------------------------------------------------------------------