fixed monitor layout settings, disabled waybar as it was crashing
This commit is contained in:
parent
d8fe6533ef
commit
a8511b0ac4
3 changed files with 11 additions and 10 deletions
2
flake.lock
generated
2
flake.lock
generated
|
@ -3,7 +3,7 @@
|
||||||
"home-manager": {
|
"home-manager": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"stablepkgs"
|
"nixpkgs"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
# Home manager using nixos-unstable
|
# Home manager using nixos-unstable
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
inputs.nixpkgs.follows = "stablepkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -18,9 +18,8 @@
|
||||||
# The home.packages option allows you to install Nix packages into your
|
# The home.packages option allows you to install Nix packages into your
|
||||||
# environment.
|
# environment.
|
||||||
home.packages = [
|
home.packages = [
|
||||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
# add grimblast screenshot tool
|
||||||
# # "Hello, world!" when run.
|
pkgs.grimblast
|
||||||
# pkgs.wayland
|
|
||||||
|
|
||||||
# # It is sometimes useful to fine-tune packages, for example, by applying
|
# # It is sometimes useful to fine-tune packages, for example, by applying
|
||||||
# # overrides. You can do that directly here, just don't forget the
|
# # overrides. You can do that directly here, just don't forget the
|
||||||
|
@ -81,12 +80,14 @@
|
||||||
# Autostart using systemd
|
# Autostart using systemd
|
||||||
# systemd.enable = true;
|
# systemd.enable = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
exec-once = waybar
|
# exec-once = waybar
|
||||||
|
|
||||||
# Monitor settings copied from plasma
|
# Monitor settings
|
||||||
monitor = DP-2, 1920x1080@144, 1920x0, 1
|
monitor = eDP-2, 2560x1600@60, 0x0, auto
|
||||||
monitor = DP-3, 1920x1080@144, 0x0, 1
|
monitor = DP-2, 1920x1080@60, 640x-1080, auto
|
||||||
monitor = eDP-2, 2560x1600@165, 1500x1080, 1.6
|
monitor = DP-3, 1920x1080@60, -1280x-1080, auto
|
||||||
|
|
||||||
|
debug:disable_logs = false
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
# Hyprland configuration
|
# Hyprland configuration
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue