desktop changes
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
];
|
||||
./hardware-configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
];
|
||||
|
||||
boot = {
|
||||
loader.systemd-boot.enable = true;
|
||||
@@ -76,7 +76,7 @@
|
||||
restart = true;
|
||||
settings = {
|
||||
default_session = {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --cmd river";
|
||||
command = "${pkgs.tuigreet}/bin/tuigreet --cmd Hyprland";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -85,6 +85,7 @@
|
||||
packages = [ pkgs.android-udev-rules ];
|
||||
};
|
||||
|
||||
upower.enable = true;
|
||||
libinput.enable = true;
|
||||
blueman.enable = true;
|
||||
gvfs.enable = true;
|
||||
@@ -179,7 +180,7 @@
|
||||
plugins = [ ];
|
||||
};
|
||||
|
||||
river = {
|
||||
river-classic = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
@@ -214,7 +215,6 @@
|
||||
ghostty
|
||||
glib
|
||||
gnome-keyring
|
||||
inputs.caelestia-shell.packages.${system}."with-cli"
|
||||
libdrm
|
||||
libnotify
|
||||
mesa
|
||||
|
||||
@@ -14,10 +14,10 @@ in
|
||||
# Symlink dotfiles
|
||||
home.file = mkSymlinkAttrs {
|
||||
# Fonts
|
||||
".local/share/fonts/KelmscottMono.otf" = {
|
||||
source = ../../fonts/KelmscottMono.otf;
|
||||
".local/share/fonts" = {
|
||||
source = ../../fonts;
|
||||
outOfStoreSymlink = true;
|
||||
recursive = false;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
# Configs
|
||||
@@ -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;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{
|
||||
cfg,
|
||||
config,
|
||||
pkgs,
|
||||
@@ -19,6 +19,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
|
||||
|
||||
+9
-22
@@ -16,8 +16,9 @@
|
||||
emacsPackages.pdf-tools
|
||||
exfatprogs
|
||||
fastfetch
|
||||
ffmpeg
|
||||
filezilla
|
||||
floorp
|
||||
floorp-bin
|
||||
fuzzel
|
||||
fzf
|
||||
genymotion
|
||||
@@ -32,6 +33,8 @@
|
||||
kdePackages.kdenlive
|
||||
keepassxc
|
||||
kdePackages.polkit-kde-agent-1
|
||||
keepassxc
|
||||
libreoffice
|
||||
localsend
|
||||
mpv
|
||||
mupdf
|
||||
@@ -44,7 +47,7 @@
|
||||
pamixer
|
||||
pavucontrol
|
||||
powertop
|
||||
# prismlauncher
|
||||
prismlauncher
|
||||
protonvpn-cli
|
||||
pywal
|
||||
qbittorrent
|
||||
@@ -52,6 +55,7 @@
|
||||
slurp
|
||||
swaynotificationcenter
|
||||
swww
|
||||
teams-for-linux
|
||||
texliveFull
|
||||
xfce.thunar
|
||||
xfce.thunar-volman
|
||||
@@ -102,26 +106,9 @@
|
||||
".." = "cd ..";
|
||||
};
|
||||
};
|
||||
# caelestia = {
|
||||
# enable = true;
|
||||
# systemd = {
|
||||
# enable = false;
|
||||
# target = "graphical-session.target";
|
||||
# environment = [ ];
|
||||
# };
|
||||
# settings = {
|
||||
# bar.status = {
|
||||
# showBattery = false;
|
||||
# };
|
||||
# paths.wallpaperDir = "~/pictures/.wallpapers";
|
||||
# };
|
||||
# cli = {
|
||||
# enable = true;
|
||||
# settings = {
|
||||
# theme.enableGtk = false;
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
dankMaterialShell = {
|
||||
enable = true;
|
||||
};
|
||||
emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs-gtk;
|
||||
|
||||
Reference in New Issue
Block a user