cleanup and rename
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 30s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 30s
This commit is contained in:
parent
c71da44119
commit
ee28bb7c42
15 changed files with 71 additions and 73 deletions
|
|
@ -1,6 +1,30 @@
|
|||
{ pkgs, ... }: {
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
xdg = {
|
||||
autostart.enable = true;
|
||||
mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
"text/plain" = "nvim.desktop";
|
||||
"text/html" = "brave-browser.desktop";
|
||||
"application/pdf" = "brave-browser.desktop";
|
||||
"x-scheme-handler/http" = "brave-browser.desktop";
|
||||
"x-scheme-handler/https" = "brave-browser.desktop";
|
||||
"x-terminal-emulator" = "kitty.desktop";
|
||||
"inode/directory" = "pcmanfm-qt.desktop";
|
||||
"audio/mpeg" = "vlc.desktop";
|
||||
"audio/mp3" = "vlc.desktop";
|
||||
"audio/wav" = "vlc.desktop";
|
||||
"audio/flac" = "vlc.desktop";
|
||||
"video/mp4" = "vlc.desktop";
|
||||
"video/x-matroska" = "vlc.desktop";
|
||||
"video/webm" = "vlc.desktop";
|
||||
"video/x-msvideo" = "vlc.desktop";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
zed-editor
|
||||
# kicad-small
|
||||
|
|
|
|||
|
|
@ -1,25 +0,0 @@
|
|||
{ ... }: {
|
||||
xdg = {
|
||||
autostart.enable = true;
|
||||
mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
"text/plain" = "nvim.desktop";
|
||||
"text/html" = "brave-browser.desktop";
|
||||
"application/pdf" = "brave-browser.desktop";
|
||||
"x-scheme-handler/http" = "brave-browser.desktop";
|
||||
"x-scheme-handler/https" = "brave-browser.desktop";
|
||||
"x-terminal-emulator" = "kitty.desktop";
|
||||
"inode/directory" = "pcmanfm-qt.desktop";
|
||||
"audio/mpeg" = "vlc.desktop";
|
||||
"audio/mp3" = "vlc.desktop";
|
||||
"audio/wav" = "vlc.desktop";
|
||||
"audio/flac" = "vlc.desktop";
|
||||
"video/mp4" = "vlc.desktop";
|
||||
"video/x-matroska" = "vlc.desktop";
|
||||
"video/webm" = "vlc.desktop";
|
||||
"video/x-msvideo" = "vlc.desktop";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{ username, ... }: {
|
||||
imports = [
|
||||
./core/shell.nix
|
||||
./core/cli.nix
|
||||
./core/zsh.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
|
|
|
|||
|
|
@ -1,20 +1,19 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
./rice/hyprland.nix
|
||||
./rice/hyprlock.nix
|
||||
./rice/waybar.nix
|
||||
./rice/rofi.nix
|
||||
./rice/wlogout.nix
|
||||
./rice/hypridle.nix
|
||||
./rice/dunst.nix
|
||||
./rice/compositor.nix
|
||||
./rice/lockscreen.nix
|
||||
./rice/keybinds.nix
|
||||
./rice/logout.nix
|
||||
./rice/notifs.nix
|
||||
./rice/cursor.nix
|
||||
./rice/theme.nix
|
||||
./rice/keybinds.nix
|
||||
./misc/scheme-handlers.nix
|
||||
./misc/kde-connect.nix
|
||||
./rice/menu.nix
|
||||
./rice/idle.nix
|
||||
./rice/bar.nix
|
||||
./misc/handlers.nix
|
||||
./misc/phone.nix
|
||||
./core/apps.nix
|
||||
./core/zed.nix
|
||||
./core/xdg.nix
|
||||
./core/code.nix
|
||||
];
|
||||
|
||||
services = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue