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",
|
"hycov": "hycov",
|
||||||
"hyprland": "hyprland",
|
"hyprland": "hyprland",
|
||||||
"nixpkgs": "nixpkgs_3",
|
"nixpkgs": "nixpkgs_3",
|
||||||
|
"stable-nixpkgs": "stable-nixpkgs",
|
||||||
"stylix": "stylix"
|
"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": {
|
"stylix": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"base16": "base16",
|
"base16": "base16",
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||||
|
stable-nixpkgs.url = "nixpkgs/nixos-23.11";
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager/master";
|
url = "github:nix-community/home-manager/master";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
@ -47,10 +48,8 @@
|
||||||
|
|
||||||
vm-sway =
|
vm-sway =
|
||||||
builtins.trace ''
|
builtins.trace ''
|
||||||
I haven't finished configuring sway yet.
|
use super+enter to start a terminal.
|
||||||
|
use super+d to launch applications
|
||||||
use alt+enter to start a terminal.
|
|
||||||
use alt+d to launch applications
|
|
||||||
|
|
||||||
start the vm with '-vga qxl'
|
start the vm with '-vga qxl'
|
||||||
''
|
''
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
freq = 144;
|
freq = 144;
|
||||||
};
|
};
|
||||||
position.x = 0;
|
position.x = 0;
|
||||||
position.y = 0;
|
position.y = 360;
|
||||||
};
|
};
|
||||||
"asus" = {
|
"asus" = {
|
||||||
resolution = {
|
resolution = {
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@ in {
|
||||||
(import ./swaylock.nix)
|
(import ./swaylock.nix)
|
||||||
(import ./swayidle.nix)
|
(import ./swayidle.nix)
|
||||||
(import ./waybar.nix)
|
(import ./waybar.nix)
|
||||||
# (import ./hycov.nix)
|
|
||||||
];
|
];
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
|
|
@ -32,8 +32,8 @@ with inputs;
|
||||||
};
|
};
|
||||||
nixpkgs.config.packageOverrides = pkgs: {
|
nixpkgs.config.packageOverrides = pkgs: {
|
||||||
hycov = hycov.packages.${system}.hycov;
|
hycov = hycov.packages.${system}.hycov;
|
||||||
|
brave = (import stable-nixpkgs {inherit system;}).brave;
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
{
|
{
|
||||||
options.user = nixpkgs.lib.mkOption {default = user;};
|
options.user = nixpkgs.lib.mkOption {default = user;};
|
||||||
|
|
|
||||||
|
|
@ -161,6 +161,7 @@ with lib; let
|
||||||
monitors);
|
monitors);
|
||||||
|
|
||||||
renderWorkspacesForHyprland = displays: (map hyprWorkspaceSetting displays);
|
renderWorkspacesForHyprland = displays: (map hyprWorkspaceSetting displays);
|
||||||
|
|
||||||
hyprWorkspaceSetting = display:
|
hyprWorkspaceSetting = display:
|
||||||
specificDisplay display
|
specificDisplay display
|
||||||
+ ", "
|
+ ", "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue