mirror of
https://github.com/danbulant/dotfiles
synced 2026-05-21 13:28:35 +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_features FiraCode-Retina +zero
|
||||
background_opacity 0.3
|
||||
background_opacity 0.4
|
||||
shell nu
|
||||
#map ctrl+shift+c copy_to_clipboard
|
||||
#map ctrl+shift+v paste_from_clipboard
|
||||
|
|
|
|||
|
|
@ -86,7 +86,6 @@ import Quickshell.Hyprland
|
|||
|
||||
ColumnLayout {
|
||||
id: columnLayout
|
||||
visible: GlobalStates.overviewSearchOpen
|
||||
anchors {
|
||||
horizontalCenter: parent.horizontalCenter
|
||||
top: !ConfigOptions.bar.bottom ? parent.top : undefined
|
||||
|
|
|
|||
|
|
@ -124,13 +124,14 @@ in
|
|||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
programs.wireshark.enable = true;
|
||||
programs.adb.enable = true;
|
||||
programs.partition-manager.enable = true;
|
||||
time.hardwareClockInLocalTime = true;
|
||||
|
||||
users.users.dan = {
|
||||
isNormalUser = true;
|
||||
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;
|
||||
packages = with pkgs; [
|
||||
kdePackages.kate
|
||||
|
|
|
|||
2
home.nix
2
home.nix
|
|
@ -17,6 +17,8 @@ in
|
|||
packages = with pkgs; [
|
||||
lenovo-legion
|
||||
burpsuite
|
||||
zap
|
||||
helm
|
||||
# required by quickshell config
|
||||
unstable.quickshell
|
||||
wlogout
|
||||
|
|
|
|||
Loading…
Reference in a new issue