From a8511b0ac4efe2d40e0970f9448652b0fa9d7080 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Thu, 22 Aug 2024 14:52:58 +0100 Subject: [PATCH] fixed monitor layout settings, disabled waybar as it was crashing --- flake.lock | 2 +- flake.nix | 2 +- hosts/gabbielaptop/home.nix | 17 +++++++++-------- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 919f8ec..df80270 100644 --- a/flake.lock +++ b/flake.lock @@ -3,7 +3,7 @@ "home-manager": { "inputs": { "nixpkgs": [ - "stablepkgs" + "nixpkgs" ] }, "locked": { diff --git a/flake.nix b/flake.nix index 21a697f..8e15a6c 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ # Home manager using nixos-unstable home-manager = { url = "github:nix-community/home-manager"; - inputs.nixpkgs.follows = "stablepkgs"; + inputs.nixpkgs.follows = "nixpkgs"; }; }; diff --git a/hosts/gabbielaptop/home.nix b/hosts/gabbielaptop/home.nix index 748a256..2b9c4c0 100644 --- a/hosts/gabbielaptop/home.nix +++ b/hosts/gabbielaptop/home.nix @@ -18,9 +18,8 @@ # The home.packages option allows you to install Nix packages into your # environment. home.packages = [ - # # Adds the 'hello' command to your environment. It prints a friendly - # # "Hello, world!" when run. -# pkgs.wayland + # add grimblast screenshot tool + pkgs.grimblast # # It is sometimes useful to fine-tune packages, for example, by applying # # overrides. You can do that directly here, just don't forget the @@ -81,12 +80,14 @@ # Autostart using systemd # systemd.enable = true; extraConfig = '' - exec-once = waybar +# exec-once = waybar - # Monitor settings copied from plasma - monitor = DP-2, 1920x1080@144, 1920x0, 1 - monitor = DP-3, 1920x1080@144, 0x0, 1 - monitor = eDP-2, 2560x1600@165, 1500x1080, 1.6 + # Monitor settings + monitor = eDP-2, 2560x1600@60, 0x0, auto + monitor = DP-2, 1920x1080@60, 640x-1080, auto + monitor = DP-3, 1920x1080@60, -1280x-1080, auto + + debug:disable_logs = false ''; }; # Hyprland configuration