Compare commits

..

No commits in common. "be937b44978b1f79a23cf84a22b0b5e93d0a68f1" and "53166153084dc554687f3165243513b761a8faa1" have entirely different histories.

5 changed files with 26 additions and 31 deletions

View file

@ -252,11 +252,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1685721552, "lastModified": 1685573051,
"narHash": "sha256-ifvq/zlO7lck8q+YkC5uom/h8/MVdMcQEldOL3cDQW0=", "narHash": "sha256-zrpbdQVJFpNVFK3SlA6mE0le8qnKjUjcuY4OzL+wSHw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "29519461834c08395b35f840811faf8c23e3b61c", "rev": "3876cc613ac3983078964ffb5a0c01d00028139e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -273,11 +273,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1685808451, "lastModified": 1685632091,
"narHash": "sha256-IxiTI9WDvhIM8ciAmBX+EARu/B4h+quWLo/8w86tXrc=", "narHash": "sha256-RAfDARolNWT4ZF8IH6WwVd2s0jMuaA9zUPeb+I8/L1A=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "df98db50924c05f0bd7a8c95cdab5d4ece13a1f1", "rev": "9cf72a30fc040f0bd2fb4651ec7f8e82df962278",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -320,11 +320,11 @@
"rust-overlay": "rust-overlay_2" "rust-overlay": "rust-overlay_2"
}, },
"locked": { "locked": {
"lastModified": 1685709197, "lastModified": 1685349926,
"narHash": "sha256-ASoXZVoXj6L9PzNDfuDrAxrqaDuH7e1qTzdzkOODu4M=", "narHash": "sha256-c1rKI1glJWdJIPefp9aiyhAkEZ4Sc6Rh/J5VumEXu1M=",
"owner": "nix-community", "owner": "nix-community",
"repo": "lanzaboote", "repo": "lanzaboote",
"rev": "e422970c1bc3351bb7a20cf6e30e78d975280ed3", "rev": "2e62c11babeead4b26efbb7f2cd4488baaa2e897",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -350,11 +350,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1685655444, "lastModified": 1685383865,
"narHash": "sha256-6EujQNAeaUkWvpEZZcVF8qSfQrNVWFNNGbUJxv/A5a8=", "narHash": "sha256-3uQytfnotO6QJv3r04ajSXbEFMII0dUtw0uqYlZ4dbk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e635192892f5abbc2289eaac3a73cdb249abaefd", "rev": "5e871d8aa6f57cc8e0dc087d1c5013f6e212b4ce",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -382,11 +382,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1685655444, "lastModified": 1685564631,
"narHash": "sha256-6EujQNAeaUkWvpEZZcVF8qSfQrNVWFNNGbUJxv/A5a8=", "narHash": "sha256-8ywr3AkblY4++3lIVxmrWZFzac7+f32ZEhH/A8pNscI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e635192892f5abbc2289eaac3a73cdb249abaefd", "rev": "4f53efe34b3a8877ac923b9350c874e3dcd5dc0a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -522,11 +522,11 @@
"flake": false, "flake": false,
"locked": { "locked": {
"host": "gitlab.freedesktop.org", "host": "gitlab.freedesktop.org",
"lastModified": 1685803001, "lastModified": 1685491729,
"narHash": "sha256-yxq/U9zL1ssFZtgT27A96UKteCiKb3zSmbA/dokK76U=", "narHash": "sha256-YfpP8tKpcr0Lxlr3PdoMaY3GD/uJRl6E5pp5KQCEuzg=",
"owner": "wlroots", "owner": "wlroots",
"repo": "wlroots", "repo": "wlroots",
"rev": "b61d5922f1d0910a848deb100570ad8587aea38d", "rev": "3f0487d310974f6ff889ca80e4fb4005553814ed",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {

View file

@ -24,7 +24,7 @@
keepassxc # password manager keepassxc # password manager
logseq # second brain journalling logseq # second brain journalling
mpv # video viewer mpv # video viewer
micro # text editor neovim # text editor
nil # nix language server nil # nix language server
nixfmt # nix formatter nixfmt # nix formatter
pamixer # volume mixer cli pamixer # volume mixer cli

View file

@ -55,9 +55,9 @@ in {
enableSyntaxHighlighting = true; enableSyntaxHighlighting = true;
enableCompletion = true; enableCompletion = true;
sessionVariables = { sessionVariables = {
MANPAGER = "micro"; MANPAGER = "nvim +Man!";
VISUAL = "micro"; VISUAL = "nvim";
EDITOR = "micro"; EDITOR = "nvim";
WORDCHARS = "*?_-.[]~=&;!#$%^(){}<>"; WORDCHARS = "*?_-.[]~=&;!#$%^(){}<>";
}; };
history = { history = {

View file

@ -4,11 +4,12 @@
package = (pkgs.vscode.override { isInsiders = true; }).overrideAttrs package = (pkgs.vscode.override { isInsiders = true; }).overrideAttrs
(oldAttrs: { (oldAttrs: {
src = (builtins.fetchTarball { src = (builtins.fetchTarball {
url = "https://update.code.visualstudio.com/latest/linux-x64/insider"; url =
sha256 = "1f996x5i85zf0hpd7jx18zdqdp9nhxhf6zn83ai0njphz1dj354p"; "https://code.visualstudio.com/sha/download?build=insider&os=linux-x64";
sha256 = "1cgrn4n6y348x0c7ndmn5vssvpj1sdk27bp91cayr27fb59lgmv9";
}); });
pname = "vscode-insiders"; pname = "vscode-insiders";
version = "latest-2023-06-03"; version = "latest";
}); });
extensions = with pkgs.vscode-extensions; [ extensions = with pkgs.vscode-extensions; [
github.copilot github.copilot

View file

@ -17,10 +17,4 @@
# enable unfree # enable unfree
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nix.settings = {
substituters = [ "https://hyprland.cachix.org" ];
trusted-public-keys =
[ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
};
} }