mirror of
https://github.com/danbulant/dotfiles
synced 2026-05-27 14:02:09 +00:00
update
This commit is contained in:
parent
dd6f719d85
commit
3436c2ee4a
4 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
font_family Fira Code Retina
|
font_family Fira Code Retina
|
||||||
font_features FiraCode-Retina +zero
|
font_features FiraCode-Retina +zero
|
||||||
background_opacity 0.3
|
background_opacity 0.4
|
||||||
shell nu
|
shell nu
|
||||||
#map ctrl+shift+c copy_to_clipboard
|
#map ctrl+shift+c copy_to_clipboard
|
||||||
#map ctrl+shift+v paste_from_clipboard
|
#map ctrl+shift+v paste_from_clipboard
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,6 @@ import Quickshell.Hyprland
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: columnLayout
|
id: columnLayout
|
||||||
visible: GlobalStates.overviewSearchOpen
|
|
||||||
anchors {
|
anchors {
|
||||||
horizontalCenter: parent.horizontalCenter
|
horizontalCenter: parent.horizontalCenter
|
||||||
top: !ConfigOptions.bar.bottom ? parent.top : undefined
|
top: !ConfigOptions.bar.bottom ? parent.top : undefined
|
||||||
|
|
|
||||||
|
|
@ -124,13 +124,14 @@ in
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
hardware.bluetooth.powerOnBoot = true;
|
hardware.bluetooth.powerOnBoot = true;
|
||||||
programs.wireshark.enable = true;
|
programs.wireshark.enable = true;
|
||||||
|
programs.adb.enable = true;
|
||||||
programs.partition-manager.enable = true;
|
programs.partition-manager.enable = true;
|
||||||
time.hardwareClockInLocalTime = true;
|
time.hardwareClockInLocalTime = true;
|
||||||
|
|
||||||
users.users.dan = {
|
users.users.dan = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "John";
|
description = "John";
|
||||||
extraGroups = [ "networkmanager" "wheel" "docker" "fuse" "video" "wireshark" "gamemode" "scanner" "lp"];
|
extraGroups = [ "networkmanager" "wheel" "docker" "fuse" "video" "wireshark" "gamemode" "scanner" "lp" "kvm" "adbusers"];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
kdePackages.kate
|
kdePackages.kate
|
||||||
|
|
|
||||||
2
home.nix
2
home.nix
|
|
@ -17,6 +17,8 @@ in
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
lenovo-legion
|
lenovo-legion
|
||||||
burpsuite
|
burpsuite
|
||||||
|
zap
|
||||||
|
helm
|
||||||
# required by quickshell config
|
# required by quickshell config
|
||||||
unstable.quickshell
|
unstable.quickshell
|
||||||
wlogout
|
wlogout
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue