Compare commits

..

No commits in common. "c5e052386bda560e1a2d93d31a7ce68fec179391" and "102e3de7e74a248debf5b6627690cc0575c5a549" have entirely different histories.

4 changed files with 50 additions and 62 deletions

View file

@ -2,8 +2,6 @@ what is currently not working:
- gdm thinks i tried to login when pressing on the user
what i want to do:
- split up configs well
- learn flakes
# Docs
Since I use my laptop with one user, I symlinked the configs to my home directory following the tutorial [here](https://nixos.wiki/wiki/NixOS_configuration_editors)
- give more stuff over to home-manager

View file

@ -32,6 +32,7 @@ exec-once = squeekboard
exec-once = $menu
exec-once = hyprpaper
exec-once = $HYPR_PATH/lose-focus.sh
# after boot, there are 2 bars for some reason, so I kill them and rerun the command
exec-once = bash -c "killall -r -0 waybar && killall -r waybar; waybar"
@ -59,7 +60,7 @@ input {
follow_mouse = 1
touchpad {
natural_scroll = yes
natural_scroll = no
}
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
@ -154,6 +155,10 @@ windowrule = float,title:^(Open File)$
windowrule = pin,^(nm-tray)$
#windowrule = move cursor 0 -35,^(nm-tray)$
windowrule = float,^(.blueman-manager-wrapped)$
windowrule = move cursor 0 0,^(.blueman-manager-wrapped)$
windowrule = size 400 581,^(.blueman-manager-wrapped)$
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = SUPER

View file

@ -5,22 +5,14 @@ let
in
{
programs = {
fzf = {
enable = true;
enableBashIntegration = true;
#colors = {
# not working ?
#};
};
eww = {
programs.eww = {
enable = true;
configDir = "${configDir}/eww"; # see hyprland.nix for scripts path
package = (builtins.getFlake "github:matt1432/eww-exclusiver").packages.x86_64-linux.default;
package =
(builtins.getFlake "github:matt1432/eww-exclusiver").packages.x86_64-linux.default;
};
alacritty = {
programs.alacritty = {
enable = true;
settings = {
env = {
@ -59,5 +51,4 @@ in
};
};
};
};
}

View file

@ -1,18 +1,12 @@
{ pkgs, ... }:
{
programs = {
btop = {
enable = true;
};
waybar = {
programs.waybar = {
enable = true;
package = pkgs.waybar.overrideAttrs (oldAttrs: {
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
});
};
};
home.packages = with pkgs;
(with xorg; [