mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-02-06 01:52:47 +01:00
kjaflkjsjlkf laptop almost dead
This commit is contained in:
parent
a057b68280
commit
31eb5f813f
4 changed files with 21 additions and 19 deletions
|
|
@ -28,6 +28,7 @@
|
||||||
devices."AT Translated Set 2 keyboard" = default;
|
devices."AT Translated Set 2 keyboard" = default;
|
||||||
devices."Razer Razer Huntsman" = default;
|
devices."Razer Razer Huntsman" = default;
|
||||||
devices."Razer Razer DeathAdder V2" = default;
|
devices."Razer Razer DeathAdder V2" = default;
|
||||||
|
devices."Microsoft Microsoft Ergonomic Keyboard" = default;
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.trackpoint = {
|
hardware.trackpoint = {
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,10 @@
|
||||||
# else it will be ugly
|
# else it will be ugly
|
||||||
{ pkgs, lib, ... }:
|
{ pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
zenity
|
||||||
|
xwayland-satellite
|
||||||
|
];
|
||||||
home.file."config" =
|
home.file."config" =
|
||||||
let
|
let
|
||||||
kdlfiles =
|
kdlfiles =
|
||||||
|
|
@ -10,23 +14,9 @@
|
||||||
|> lib.mapAttrsToList (filename: _value: "include \"${./kdl}/${filename}\"");
|
|> lib.mapAttrsToList (filename: _value: "include \"${./kdl}/${filename}\"");
|
||||||
startups =
|
startups =
|
||||||
[
|
[
|
||||||
[
|
[ "eww" "open-many" "topBar" "bottomBar" ]
|
||||||
"eww"
|
[ "${pkgs.swaybg}/bin/swaybg" "-i" "${./wallpaper.jpg}" "-m" "fill" ]
|
||||||
"open-many"
|
[ "touch" ".config/niri/live.kdl" ]
|
||||||
"topBar"
|
|
||||||
"bottomBar"
|
|
||||||
]
|
|
||||||
[
|
|
||||||
"${pkgs.swaybg}/bin/swaybg"
|
|
||||||
"-i"
|
|
||||||
"${./wallpaper.jpg}"
|
|
||||||
"-m"
|
|
||||||
"fill"
|
|
||||||
]
|
|
||||||
[
|
|
||||||
"touch"
|
|
||||||
".config/niri/live.kdl"
|
|
||||||
]
|
|
||||||
]
|
]
|
||||||
|> map (map (word: "\"${word}\""))
|
|> map (map (word: "\"${word}\""))
|
||||||
|> map (lib.concatStringsSep " ")
|
|> map (lib.concatStringsSep " ")
|
||||||
|
|
|
||||||
|
|
@ -23,10 +23,20 @@ window-rule {
|
||||||
}
|
}
|
||||||
|
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id="vesktop" is-floating=true title="vesktop"
|
match app-id="chromium-browser"
|
||||||
geometry-corner-radius 5
|
geometry-corner-radius 6 6 1 1
|
||||||
|
}
|
||||||
|
|
||||||
|
window-rule {
|
||||||
|
match app-id="vesktop" is-floating=true
|
||||||
|
geometry-corner-radius 6
|
||||||
}
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
ELECTRON_OZONE_PLATFORM_HINT "auto"
|
ELECTRON_OZONE_PLATFORM_HINT "auto"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
window-rule {
|
||||||
|
match app-id="zenity"
|
||||||
|
geometry-corner-radius 16
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
{
|
{
|
||||||
programs.btop = {
|
programs.btop = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.btop-rocm;
|
||||||
settings = {
|
settings = {
|
||||||
shown_boxes = "cpu mem net proc gpu0";
|
shown_boxes = "cpu mem net proc gpu0";
|
||||||
color_theme = "gruvbox_dark";
|
color_theme = "gruvbox_dark";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue