Quickshell small fix
This commit is contained in:
parent
0d63f3e72f
commit
e239e4dd0a
24
flake.lock
generated
24
flake.lock
generated
@ -294,11 +294,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1754457347,
|
"lastModified": 1754756528,
|
||||||
"narHash": "sha256-QN9yZ1L5EmR16NNM+hNNzMjARk+FPjUeSE/ds4Kms0E=",
|
"narHash": "sha256-W1jYKMetZSOHP5m2Z5Wokdj/ct17swPHs+MiY2WT1HQ=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "ad5d2b4aa770fdc74c80fd682fee0b00a8ad7991",
|
"rev": "3ec1cd9a0703fbd55d865b7fd2b07d08374f0355",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -413,11 +413,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1754068594,
|
"lastModified": 1754517526,
|
||||||
"narHash": "sha256-Yd8+iDw9FBg5agiCVs0aPwaBLSvgZFjjMJcJTAFLZcA=",
|
"narHash": "sha256-zPfU6I7AqlDpoC0ZLTnayqCOyEn9Emub/ca4ATP/XxY=",
|
||||||
"owner": "hyprwm",
|
"owner": "hyprwm",
|
||||||
"repo": "hyprland-plugins",
|
"repo": "hyprland-plugins",
|
||||||
"rev": "ba1823c7870dc2a35e38ec09848a0294dfecc2a8",
|
"rev": "c8dc6f3d5437d26fae625c40388ba52e97bc5fdf",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -674,11 +674,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1754214453,
|
"lastModified": 1754498491,
|
||||||
"narHash": "sha256-Q/I2xJn/j1wpkGhWkQnm20nShYnG7TI99foDBpXm1SY=",
|
"narHash": "sha256-erbiH2agUTD0Z30xcVSFcDHzkRvkRXOQ3lb887bcVrs=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "5b09dc45f24cf32316283e62aec81ffee3c3e376",
|
"rev": "c2ae88e026f9525daf89587f3cbee584b92b6134",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -815,11 +815,11 @@
|
|||||||
"tinted-zed": "tinted-zed"
|
"tinted-zed": "tinted-zed"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1754438321,
|
"lastModified": 1754597531,
|
||||||
"narHash": "sha256-sRRV9FAZyCbq91IXc6gokBGNe0mF3DPbX/ceY8vUvw0=",
|
"narHash": "sha256-OpC9/PBIuL2WEJUkcuD/wVxI8r+3o6f5RylSIefjHo4=",
|
||||||
"owner": "danth",
|
"owner": "danth",
|
||||||
"repo": "stylix",
|
"repo": "stylix",
|
||||||
"rev": "8410296a30e62e06305020cb74d3247cfa45d9cc",
|
"rev": "63bb34a66ad7d1af2e95ee20dd675896b2074c32",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -25,7 +25,7 @@ Variants {
|
|||||||
// center clock
|
// center clock
|
||||||
Text {
|
Text {
|
||||||
id: clock
|
id: clock
|
||||||
//anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
font.pixelSize: 13
|
font.pixelSize: 13
|
||||||
color: "#e6e6e6"
|
color: "#e6e6e6"
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,10 @@
|
|||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
forwardX11 = true;
|
|
||||||
|
settings = {
|
||||||
|
X11Forwarding = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
# services.udev.packages = [ pkgs.gnome-settings-daemon ];
|
# services.udev.packages = [ pkgs.gnome-settings-daemon ];
|
||||||
}
|
}
|
||||||
|
@ -27,14 +27,26 @@
|
|||||||
vscode-icons-team.vscode-icons
|
vscode-icons-team.vscode-icons
|
||||||
ms-vscode-remote.remote-containers
|
ms-vscode-remote.remote-containers
|
||||||
bmewburn.vscode-intelephense-client
|
bmewburn.vscode-intelephense-client
|
||||||
jnoortheen.nix-ide
|
|
||||||
zxh404.vscode-proto3
|
zxh404.vscode-proto3
|
||||||
twxs.cmake
|
twxs.cmake
|
||||||
|
|
||||||
|
# Use the nix-ide instead
|
||||||
# arrterian.nix-env-selector
|
# arrterian.nix-env-selector
|
||||||
# bbenoist.nix
|
# bbenoist.nix
|
||||||
|
jnoortheen.nix-ide
|
||||||
|
|
||||||
|
# Doesn't work lmao. Use bbnoist's
|
||||||
|
# TheQtCompany.qt-qml
|
||||||
|
# bbenoist.qml
|
||||||
mkhl.direnv
|
mkhl.direnv
|
||||||
]
|
]
|
||||||
++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
||||||
|
# {
|
||||||
|
# name = "QML"; # keep exact Marketplace name
|
||||||
|
# publisher = "bbenoist";
|
||||||
|
# version = "1.7.1"; # or di current version
|
||||||
|
# sha256 = "1hp6gjh4xp2m1xlm1jsdzxw9d8frkiidhph6nvl24d0h8z34w49g";
|
||||||
|
# }
|
||||||
{
|
{
|
||||||
name = "remote-ssh-edit";
|
name = "remote-ssh-edit";
|
||||||
publisher = "ms-vscode-remote";
|
publisher = "ms-vscode-remote";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user