display position, disable hycov, stable brave
This commit is contained in:
parent
f3eb45a361
commit
f6135653d9
6 changed files with 22 additions and 7 deletions
16
flake.lock
generated
16
flake.lock
generated
|
|
@ -358,9 +358,25 @@
|
|||
"hycov": "hycov",
|
||||
"hyprland": "hyprland",
|
||||
"nixpkgs": "nixpkgs_3",
|
||||
"stable-nixpkgs": "stable-nixpkgs",
|
||||
"stylix": "stylix"
|
||||
}
|
||||
},
|
||||
"stable-nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1704874635,
|
||||
"narHash": "sha256-YWuCrtsty5vVZvu+7BchAxmcYzTMfolSPP5io8+WYCg=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "3dc440faeee9e889fe2d1b4d25ad0f430d449356",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"id": "nixpkgs",
|
||||
"ref": "nixos-23.11",
|
||||
"type": "indirect"
|
||||
}
|
||||
},
|
||||
"stylix": {
|
||||
"inputs": {
|
||||
"base16": "base16",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
stable-nixpkgs.url = "nixpkgs/nixos-23.11";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -47,10 +48,8 @@
|
|||
|
||||
vm-sway =
|
||||
builtins.trace ''
|
||||
I haven't finished configuring sway yet.
|
||||
|
||||
use alt+enter to start a terminal.
|
||||
use alt+d to launch applications
|
||||
use super+enter to start a terminal.
|
||||
use super+d to launch applications
|
||||
|
||||
start the vm with '-vga qxl'
|
||||
''
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
freq = 144;
|
||||
};
|
||||
position.x = 0;
|
||||
position.y = 0;
|
||||
position.y = 360;
|
||||
};
|
||||
"asus" = {
|
||||
resolution = {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ in {
|
|||
(import ./swaylock.nix)
|
||||
(import ./swayidle.nix)
|
||||
(import ./waybar.nix)
|
||||
# (import ./hycov.nix)
|
||||
];
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -32,8 +32,8 @@ with inputs;
|
|||
};
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
hycov = hycov.packages.${system}.hycov;
|
||||
brave = (import stable-nixpkgs {inherit system;}).brave;
|
||||
};
|
||||
|
||||
imports = [
|
||||
{
|
||||
options.user = nixpkgs.lib.mkOption {default = user;};
|
||||
|
|
|
|||
|
|
@ -161,6 +161,7 @@ with lib; let
|
|||
monitors);
|
||||
|
||||
renderWorkspacesForHyprland = displays: (map hyprWorkspaceSetting displays);
|
||||
|
||||
hyprWorkspaceSetting = display:
|
||||
specificDisplay display
|
||||
+ ", "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue