dms shell
This commit is contained in:
@@ -83,7 +83,7 @@ in
|
||||
restart = true;
|
||||
settings = {
|
||||
default_session = {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --cmd river";
|
||||
command = "${pkgs.tuigreet}/bin/tuigreet --cmd Hyprland";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -108,12 +108,6 @@ in
|
||||
Hyprland
|
||||
river
|
||||
'';
|
||||
# "hyprland/plugins.conf" = {
|
||||
# mode = "0444";
|
||||
# text = ''
|
||||
# plugin = ${pkgs.hyprlandPlugins.hyprexpo}
|
||||
# '';
|
||||
# };
|
||||
};
|
||||
};
|
||||
|
||||
@@ -192,7 +186,7 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
river = {
|
||||
river-classic = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
|
||||
@@ -26,6 +26,11 @@ in
|
||||
outOfStoreSymlink = true;
|
||||
recursive = true;
|
||||
};
|
||||
".config/DankMaterialShell" = {
|
||||
source = ../../configs/DankMaterialShell;
|
||||
outOfStoreSymlink = true;
|
||||
recursive = true;
|
||||
};
|
||||
".config/river" = {
|
||||
source = ../../configs/river;
|
||||
outOfStoreSymlink = true;
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
|
||||
# general modules
|
||||
../../modules/home-manager/tmux.nix
|
||||
|
||||
inputs.dankMaterialShell.homeModules.dankMaterialShell.default
|
||||
];
|
||||
|
||||
# You should not change this value, even if you update Home Manager. If you do
|
||||
@@ -32,7 +34,6 @@
|
||||
GIT_EDITOR = "nvim";
|
||||
NIX_SHELL_PRESERVE_PROMPT = 1;
|
||||
NIX_CONFIG_DIR = "${cfg.homeDirectory}/personal/nixos";
|
||||
# HYPR_EXPO_LIB = "${hyprplugins.hyprexpo_dir}/lib/libhyprexpo.so";
|
||||
};
|
||||
|
||||
nix.settings.extra-trusted-substituters = [
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
exfatprogs
|
||||
fastfetch
|
||||
filezilla
|
||||
floorp
|
||||
floorp-bin
|
||||
fuzzel
|
||||
fzf
|
||||
genymotion
|
||||
@@ -31,8 +31,9 @@
|
||||
hyprpicker
|
||||
imagemagick
|
||||
kdePackages.kdenlive
|
||||
kdePackages.polkit-kde-agent-1
|
||||
keepassxc
|
||||
libsForQt5.polkit-kde-agent
|
||||
libreoffice
|
||||
localsend
|
||||
mpv
|
||||
mupdf
|
||||
@@ -79,6 +80,7 @@
|
||||
else
|
||||
export PS1='\[\e[1;m\e[1;33m\e[1;m\] \W\[\e[m\e[m\] 🐧 \[\e[1;32m\]~> \[\e[m\e[m\]'
|
||||
fi;
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
set -o vi
|
||||
fastfetch
|
||||
'';
|
||||
@@ -104,6 +106,9 @@
|
||||
".." = "cd ..";
|
||||
};
|
||||
};
|
||||
dankMaterialShell = {
|
||||
enable = true;
|
||||
};
|
||||
emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs-gtk;
|
||||
|
||||
Reference in New Issue
Block a user