Compare commits
2 Commits
cd647e7d7b
...
ded05e23fc
| Author | SHA1 | Date | |
|---|---|---|---|
| ded05e23fc | |||
| 07d33b60dc |
@@ -0,0 +1,7 @@
|
|||||||
|
{inputs, pkgs, ...}: {
|
||||||
|
programs.hyprland = {
|
||||||
|
enable = true
|
||||||
|
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
||||||
|
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
imports = [
|
||||||
|
../../apps/hyprland/default.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{pkgs, ...}: {
|
||||||
|
fonts.packages = with pkgs; [
|
||||||
|
nerd-fonts.fira-code
|
||||||
|
nerd-fonts.jetbrains-mono
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|||||||
+5
-1
@@ -1,4 +1,8 @@
|
|||||||
{pkgs, ...}: {
|
{
|
||||||
|
pkgs,
|
||||||
|
myConfig,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
programs = {
|
programs = {
|
||||||
ssh.extraConfig = myConfig.ssh.extraConfig;
|
ssh.extraConfig = myConfig.ssh.extraConfig;
|
||||||
bash.interactiveShellInit = ''
|
bash.interactiveShellInit = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user