mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-16 23:34:42 +04:00
update
This commit is contained in:
parent
47ac57a230
commit
a8ad7a3231
7 changed files with 13 additions and 12 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -68,17 +68,17 @@
|
|||
"systems": "systems"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1744493823,
|
||||
"narHash": "sha256-GBadamNxakZitu7zMNHJTaDpSe3ZcRyZAtBuB8mKdhI=",
|
||||
"lastModified": 1746476573,
|
||||
"narHash": "sha256-n8492bBXn4GY7JHzgIB1LvCTCr9EkWQW+3zVHjS6B9Y=",
|
||||
"owner": "kp2pml30",
|
||||
"repo": "kp2pml30.github.io",
|
||||
"rev": "fa9019733540a9569fd6c678c358c8b7a61f435c",
|
||||
"rev": "0babadc3ebeddc96dbe84a90f3d36117c5e942a4",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "kp2pml30",
|
||||
"repo": "kp2pml30.github.io",
|
||||
"rev": "fa9019733540a9569fd6c678c358c8b7a61f435c",
|
||||
"rev": "0babadc3ebeddc96dbe84a90f3d36117c5e942a4",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
#};
|
||||
|
||||
kp2pml30-moe = {
|
||||
url = "github:kp2pml30/kp2pml30.github.io/fa9019733540a9569fd6c678c358c8b7a61f435c";
|
||||
url = "github:kp2pml30/kp2pml30.github.io/0babadc3ebeddc96dbe84a90f3d36117c5e942a4";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -21,4 +21,6 @@ in lib.mkIf cfg.hardware.wireless {
|
|||
enable = true;
|
||||
powerOnBoot = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ bluetui ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -82,6 +82,7 @@ in {
|
|||
"opera"
|
||||
"discord-ptb"
|
||||
"slack"
|
||||
"anytype"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@ in {
|
|||
./messengers-work.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = [ pkgs.anytype ];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
fira-code
|
||||
fira-code-nerdfont
|
||||
|
|
|
|||
|
|
@ -12,12 +12,6 @@ in lib.mkIf cfg.messengers.personal {
|
|||
users.users.${cfg.username}.packages = with pkgs; [
|
||||
discord-ptb
|
||||
telegram-desktop
|
||||
(pkgs.callPackage "${toString pkgs.path}/pkgs/by-name/si/signal-desktop/generic.nix" {} rec {
|
||||
pname = "signal-desktop";
|
||||
dir = "Signal";
|
||||
version = "7.46.0";
|
||||
url = "https://updates.signal.org/desktop/apt/pool/s/signal-desktop/signal-desktop_${version}_${signalSuffix}.deb";
|
||||
hash = "sha256-HbmyivfhvZfXdtcL/Cjzl4v0Ck/fJCD517iTjIeidgc=";
|
||||
})
|
||||
pkgs.signal-desktop
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,6 +34,8 @@ in {
|
|||
];
|
||||
|
||||
config = {
|
||||
security.pam.enableSSHAgentAuth = true;
|
||||
|
||||
users.users."${cfg.username}" = {
|
||||
isNormalUser = true;
|
||||
openssh.authorizedKeys.keys = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue