adding a lot of guix things to better setup guix
A lot of these changes are for Guix not Nix, however, nix still works on the laptop so I'm going to reset the changes on the desktop to this commit so that Nix might work there for Camp.
This commit is contained in:
parent
bad4b948fb
commit
fe1e6c695b
87 changed files with 37132 additions and 38 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"layer": "top", // Waybar at top layer
|
||||
"output": "DP-1",
|
||||
//"output": "DP-1",
|
||||
"position": "bottom", // Waybar position (top|bottom|left|right)
|
||||
"height": 35, // Waybar height (to be removed for auto height)
|
||||
"width": 1400, // Waybar width
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
@define-color backtransparent rgba(40, 42, 54, 0.7);
|
||||
* {
|
||||
border: 1px;
|
||||
border-radius: 20;
|
||||
border-radius: 20px;
|
||||
font-family: VictorMono Nerd Font;
|
||||
font-size: 15px;
|
||||
font-weight: normal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue