move to hyprland
This commit is contained in:
parent
799398de33
commit
bba9c8494e
@ -16,7 +16,7 @@
|
||||
userName = "k";
|
||||
userEmail = "markers711@gmail.com";
|
||||
};
|
||||
tmux = {enable = true;};
|
||||
tmux.enable = true;
|
||||
starship.enable = true;
|
||||
zsh = {
|
||||
enable = true;
|
||||
|
||||
@ -37,7 +37,6 @@
|
||||
noise = 0.3;
|
||||
new_optimizations = true;
|
||||
};
|
||||
drop_shadow = true;
|
||||
};
|
||||
|
||||
misc = {
|
||||
@ -83,7 +82,7 @@
|
||||
"$mainMod, 0, workspace, 10"
|
||||
|
||||
# same as above, but switch to the workspace
|
||||
"$mainMod SHIFT, 1, movetoworkspacesilent, 1" # movetoworkspacesilent
|
||||
"$mainMod SHIFT, 1, movetoworkspacesilent, 1"
|
||||
"$mainMod SHIFT, 2, movetoworkspacesilent, 2"
|
||||
"$mainMod SHIFT, 3, movetoworkspacesilent, 3"
|
||||
"$mainMod SHIFT, 4, movetoworkspacesilent, 4"
|
||||
|
||||
@ -7,9 +7,9 @@
|
||||
services = {mako = {enable = true;};};
|
||||
programs = {
|
||||
alacritty = {enable = true;};
|
||||
swaylock = {enable = true;};
|
||||
wofi = {enable = true;};
|
||||
zathura = {enable = true;};
|
||||
mpv = {enable = true;};
|
||||
};
|
||||
stylix.targets.wofi.enable = true; #this dosnt follow auto enable for some reson
|
||||
}
|
||||
|
||||
@ -44,16 +44,16 @@
|
||||
car = " ";
|
||||
default = [" " " "];
|
||||
};
|
||||
scroll-step = 1;
|
||||
on-click = "pavucontrol";
|
||||
#scroll-step = 1;
|
||||
#on-click = "pavucontrol";
|
||||
};
|
||||
|
||||
backlight = {
|
||||
tooltip = false;
|
||||
format = " {}%";
|
||||
interval = 1;
|
||||
on-scroll-up = "brightnessctl s 1515";
|
||||
on-scroll-down = "brightnessctl s 1";
|
||||
on-scroll-up = "${pkgs.brightnessctl}/bin/brightnessctl s 5%+";
|
||||
on-scroll-down = "${pkgs.brightnessctl}/bin/brightnessctl s 5%+";
|
||||
};
|
||||
|
||||
network = {
|
||||
|
||||
@ -10,11 +10,16 @@
|
||||
system.autoUpgrade.enable = true;
|
||||
time.timeZone = "America/New_York";
|
||||
powerManagement.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
hardware.bluetooth.settings = {
|
||||
General = {
|
||||
Enable = "Source,Sink,Media,Socket";
|
||||
|
||||
hardware = {
|
||||
bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
settings = {
|
||||
General = {
|
||||
Enable = "Source,Sink,Media,Socket";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@ -60,10 +65,17 @@
|
||||
enable = true;
|
||||
package = pkgs.ollama-intel;
|
||||
};
|
||||
tlp = {
|
||||
enable = true;
|
||||
settings = {
|
||||
CPU_SCALING_GOVERNOR_ON_AC = "performance";
|
||||
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
|
||||
|
||||
CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
|
||||
CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
|
||||
};
|
||||
};
|
||||
blueman.enable = true;
|
||||
xserver.enable = true;
|
||||
displayManager.sddm.enable = true;
|
||||
desktopManager.plasma6.enable = true;
|
||||
fwupd.enable = true;
|
||||
printing.enable = true;
|
||||
fprintd.enable = true;
|
||||
@ -102,10 +114,10 @@
|
||||
name = "Iosevka NFM";
|
||||
};
|
||||
|
||||
# emoji = {
|
||||
# package = pkgs.notofonts;
|
||||
# name = "Noto Color Emoji";
|
||||
# };
|
||||
# emoji = {
|
||||
# package = pkgs.notofonts;
|
||||
# name = "Noto Color Emoji";
|
||||
# };
|
||||
};
|
||||
};
|
||||
|
||||
@ -126,6 +138,12 @@
|
||||
|
||||
programs = {
|
||||
zsh.enable = true;
|
||||
regreet.enable = true;
|
||||
hyprlock.enable = true;
|
||||
hyprland = {
|
||||
enable = true;
|
||||
withUWSM = true;
|
||||
};
|
||||
};
|
||||
|
||||
users.users.k = {
|
||||
@ -143,15 +161,7 @@
|
||||
|
||||
environment = {
|
||||
sessionVariables = {MOZ_USE_XINPUT2 = "1";};
|
||||
plasma6.excludePackages = with pkgs; [
|
||||
kate
|
||||
oxygen
|
||||
xterm
|
||||
];
|
||||
systemPackages = with pkgs; [
|
||||
maliit-keyboard
|
||||
maliit-framework
|
||||
alacritty
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@ -6,6 +6,7 @@
|
||||
}: {
|
||||
imports = [
|
||||
../home/home_common.nix
|
||||
../home/hyprland.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
@ -21,7 +22,7 @@
|
||||
|
||||
btop
|
||||
zip
|
||||
emacs30-pgtk
|
||||
emacs-gtk
|
||||
|
||||
direnv
|
||||
texliveFull
|
||||
@ -48,7 +49,7 @@
|
||||
emacs = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
package = pkgs.emacs30-pgtk;
|
||||
package = pkgs.emacs-gtk;
|
||||
};
|
||||
};
|
||||
stylix = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user