fixing adam user

This commit is contained in:
cnst
2024-08-01 23:10:50 +02:00
parent 12acb4fc47
commit 6439059d7b
6 changed files with 22 additions and 30 deletions

28
flake.lock generated
View File

@@ -80,12 +80,12 @@
"yafas": "yafas"
},
"locked": {
"lastModified": 1722455255,
"narHash": "sha256-ah/5TUuX/hLRY4sSFApMTva+2mC3GsWNQx3r9+G3GDk=",
"rev": "a531a96131a200374f9482b3de495704c4e3e12e",
"revCount": 1306,
"lastModified": 1722538719,
"narHash": "sha256-peVQ3brCtYbYmMW/LPGlqDsqds/Aekfc6Y6ApWYVSm0=",
"rev": "8798898a792391949c04a758d97d7e792900828f",
"revCount": 1312,
"type": "tarball",
"url": "https://api.flakehub.com/f/pinned/chaotic-cx/nyx/0.1.1306%2Brev-a531a96131a200374f9482b3de495704c4e3e12e/01910a8e-73dd-792a-a321-29ef7c6b0121/source.tar.gz"
"url": "https://api.flakehub.com/f/pinned/chaotic-cx/nyx/0.1.1312%2Brev-8798898a792391949c04a758d97d7e792900828f/01910f51-e1d9-7c4f-b6e9-c0a7cb0db469/source.tar.gz"
},
"original": {
"type": "tarball",
@@ -554,11 +554,11 @@
]
},
"locked": {
"lastModified": 1722119539,
"narHash": "sha256-2kU90liMle0vKR8exJx1XM4hZh9CdNgZGHCTbeA9yzY=",
"lastModified": 1722462338,
"narHash": "sha256-ss0G8t8RJVDewA3MyqgAlV951cWRK6EtVhVKEZ7J5LU=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "d0240a064db3987eb4d5204cf2400bc4452d9922",
"rev": "6e090576c4824b16e8759ebca3958c5b09659ee8",
"type": "github"
},
"original": {
@@ -985,11 +985,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1722185531,
"narHash": "sha256-veKR07psFoJjINLC8RK4DiLniGGMgF3QMlS4tb74S6k=",
"lastModified": 1722421184,
"narHash": "sha256-/DJBI6trCeVnasdjUo9pbnodCLZcFqnVZiLUfqLH4jA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "52ec9ac3b12395ad677e8b62106f0b98c1f8569d",
"rev": "9f918d616c5321ad374ae6cb5ea89c9e04bf3e58",
"type": "github"
},
"original": {
@@ -1033,11 +1033,11 @@
},
"nixpkgs_5": {
"locked": {
"lastModified": 1722185531,
"narHash": "sha256-veKR07psFoJjINLC8RK4DiLniGGMgF3QMlS4tb74S6k=",
"lastModified": 1722421184,
"narHash": "sha256-/DJBI6trCeVnasdjUo9pbnodCLZcFqnVZiLUfqLH4jA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "52ec9ac3b12395ad677e8b62106f0b98c1f8569d",
"rev": "9f918d616c5321ad374ae6cb5ea89c9e04bf3e58",
"type": "github"
},
"original": {

View File

@@ -11,7 +11,7 @@
./tui/alacritty
./tui/foot
./tui/neovim
# ./tui/wezterm
./tui/kitty
./tui/yazi
./services/copyq

View File

@@ -1,7 +1,7 @@
# KEYBINDS
{
wayland.windowManager.hyprland.settings = {
"$terminal" = "foot";
"$terminal" = "kitty";
"$fileManager" = "thunar";
"$passwordManager" = "keepassxc";
"$menu" = "pkill anyrun || anyrun | xargs hyprctl dispatch exec --";

View File

@@ -1,7 +0,0 @@
{
programs.git = {
enable = true;
userName = "adam";
userEmail = "cnst@cana.st";
};
}

View File

@@ -5,14 +5,13 @@
settings = {
enable_audio_bell = false;
open_url_with = "firefox-nightly";
font_family = "Input Mono Extra Light";
font_family = "Input Mono Compressed Extra Light";
bold_font = "auto";
italic_font = "auto";
bold_italic_font = "auto";
font_size = "11.0";
cursor_blink_interval = 0;
cursor_beam_thickness = 3;
copy_on_select = true;
copy_on_select = "clipboard";
background_opacity = "0.95";
background_blur = "32";
window_padding_width = 3;
@@ -25,13 +24,13 @@
tab_title_max_length = 30;
# colors
active_tab_foreground = "#32302f";
active_tab_background = "#8bba7f";
active_tab_background = "#A89984";
inactive_tab_foreground = "#665C54";
inactive_tab_background = "#6f8352";
inactive_tab_background = "#373432";
tab_bar_background = "#504945";
};
extraConfig = ''
kitty_mod ctrl
kitty_mod shift+ctrl
map kitty_mod+q close_tab
map ctrl+shift+c copy_to_clipboard
map ctrl+shift+v paste_from_clipboard

View File

@@ -17,7 +17,7 @@
"adam@adampad" = [
./core/gui/hypr/cnst.nix
./core/tui/git/cnst.nix
./core/tui/shell/cnst.nix
./core/tui/shell/adam.nix
./core
./users/adam
];